scikit-learn/examples
Peter Prettenhofer 7b13fc9abd Merge branch 'master' into gradient_boosting
Conflicts:
	benchmarks/bench_sgd_covertype.py
	sklearn/ensemble/__init__.py
	sklearn/tree/_tree.c
2011-11-23 22:37:09 +01:00
..
applications MISC: plot_stock_market cluster on learned covariance 2011-11-12 21:43:53 +01:00
cluster DOC: minor fix to AMI docs 2011-11-10 23:04:17 +01:00
covariance MISC: @VirgileFritsch and @mblondel's comments 2011-11-10 23:43:11 +01:00
decomposition explicit seeding of olivetti faces loader 2011-09-19 14:19:24 +03:00
ensemble Merge branch 'master' into gradient_boosting 2011-11-23 22:37:09 +01:00
gaussian_process s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
linear_model Style update in documentation. 2011-11-21 12:31:59 +01:00
manifold batch trailing spaces cleanup 2011-09-06 23:12:26 +02:00
mixture s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
neighbors trailing spaces 2011-09-16 11:29:26 +02:00
svm COSMIT: prettify plot_oneclass 2011-11-11 14:58:46 +01:00
tree PEP8 2011-11-16 19:21:07 +01:00
README.txt DOC: Rework of the docs and examples: multiple commits because commits 2010-04-23 05:48:03 +00:00
document_classification_20newsgroups.py DOC typo 2011-11-07 22:01:31 +01:00
document_clustering.py ENH: document clustering example simplification 2011-10-09 11:20:56 +02:00
feature_selection_pipeline.py batch trailing spaces cleanup 2011-09-06 23:12:26 +02:00
gaussian_naive_bayes.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
grid_search_digits.py s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
grid_search_text_feature_extraction.py BUG adapt text feature grid search example to new 20news loader 2011-09-28 13:57:59 +02:00
mlcomp_sparse_document_classification.py batch trailing spaces cleanup 2011-09-06 23:12:26 +02:00
plot_classification_probability.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_confusion_matrix.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_digits_classification.py FIX #401: update tutorial doctests to reflect recent changes and add them to 2011-10-22 17:39:19 +02:00
plot_feature_selection.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_lda_qda.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_lda_vs_qda.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_permutation_test_for_classification.py DOC: prettify plot_permutation_test_for_classification.py 2011-10-21 21:03:22 -04:00
plot_pls.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_precision_recall.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_rfe_digits.py Added RFE into the narrative documentation 2011-09-04 15:59:50 +02:00
plot_rfe_with_cross_validation.py s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
plot_roc.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
plot_roc_crossval.py s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
plot_train_error_vs_test_error.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00

README.txt

General examples
-------------------

General-purpose and introductory examples for the scikit.