scikit-learn/examples
Mathieu Blondel 09674eefdc Clean up unused code. 2012-06-15 16:30:47 +09:00
..
applications ENH rename out_dim to n_components in manifold module 2012-05-06 16:08:25 +02:00
cluster ENH fixed ``n_cluster`` to ``n_clusters`` in examples. Thanks @agramfort 2012-05-30 07:41:35 +02:00
covariance ENH adjusted examples to new matplotlib 1.1.1 2012-05-05 20:43:21 +02:00
datasets FIX typos in examples 2012-05-05 21:27:28 +02:00
decomposition FIX faces_decomposition example. That this broke only now is a sign of deep magic, better left unexplored. 2012-06-04 22:27:34 +02:00
ensemble BUG: remove n_jobs=-1 from examples 2012-05-07 22:53:44 +02:00
exercises FIX: C range in plot_cv_digits 2012-06-08 23:14:49 +03:00
gaussian_process COSMIT pep8 2012-02-17 16:49:48 +01:00
linear_model Clean up unused code. 2012-06-15 16:30:47 +09:00
manifold ENH slight improvement to mds speed, modified examples to not run mds that long. 2012-06-03 22:43:41 +02:00
mixture COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00
neighbors Update examples/neighbors/plot_nearest_centroid.py 2012-03-27 09:32:40 +12:00
semi_supervised MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +02:00
svm FIX : use RandomState rather than global seed 2012-06-03 22:21:14 +02:00
tree MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +02:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
document_classification_20newsgroups.py COSMIT simplify a bit examples 2012-05-05 21:57:05 +02:00
document_clustering.py ENH rename k in clustering examples and doctests to n_clusters 2012-05-30 07:41:34 +02:00
feature_selection_pipeline.py peping8 examples 2011-12-19 18:16:51 +01:00
grid_search_digits.py reworked nested grid search example for better doc and output, use train_test_split and add more cross links 2012-02-11 09:31:51 +01:00
grid_search_text_feature_extraction.py Fix grid search example 2012-03-04 13:15:36 +01:00
mlcomp_sparse_document_classification.py Renamed Vectorizer to TfidfVectorizer + deprecation warning 2012-03-07 06:48:56 -08:00
plot_classification_probability.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_confusion_matrix.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_digits_classification.py Merged some examples into examples folder. 2012-03-06 23:40:49 +01:00
plot_digits_pipe.py COSMIT pep8 2012-05-29 22:38:42 +02:00
plot_feature_selection.py MISC removed deprecated api from examples 2012-03-03 18:30:02 +01:00
plot_hmm_sampling.py COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00
plot_hmm_stock_analysis.py made `diag` explicit in example 2012-06-01 17:47:17 +02:00
plot_iris_classifiers.py MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +02:00
plot_kernel_approximation.py MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +02:00
plot_lda_qda.py DOC lda/qda examples: remove redundant example, prettyfied other. 2012-03-04 17:22:46 +01:00
plot_multilabel.py Note regarding multilabel example. 2012-05-18 13:19:25 +09:00
plot_permutation_test_for_classification.py BUG: example plot compatibility with older matplotlib versions 2011-12-20 02:03:41 -08:00
plot_pls.py Check that scikit-learn implementation of PLS provides exactly the same outcomes 2012-04-26 18:33:43 +02:00
plot_precision_recall.py DOC docs and examples have scale_C removed 2012-05-05 21:57:04 +02:00
plot_rfe_digits.py COSMIT: rfe examples 2011-12-19 13:27:35 +01:00
plot_rfe_with_cross_validation.py COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +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 peping8 examples 2011-12-19 18:16:51 +01:00
plot_train_error_vs_test_error.py peping8 examples 2011-12-19 18:16:51 +01:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.