scikit-learn/examples
Peter Prettenhofer d859eb09a9 typo 2012-11-10 18:52:15 +01:00
..
applications FIX : fix application example due to API change 2012-10-27 15:38:19 +02:00
cluster API: change 'embed_solve' to 'assign_labels' 2012-10-27 20:40:06 +02:00
covariance Fix typos in doc. 2012-11-07 16:29:12 +01:00
datasets ENH minore example beautification 2012-09-15 16:57:29 +01:00
decomposition ENH renaming 'n_atoms' to 'n_components' for consistency 2012-11-04 10:01:13 +00:00
ensemble typo 2012-11-10 18:52:15 +01:00
exercises DOC: fixed string formatting in example 2012-11-08 09:36:58 +01:00
gaussian_process COSMIT pep8 2012-02-17 16:49:48 +01:00
linear_model Fix example. 2012-11-05 21:55:41 +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 ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples 2012-10-10 19:10:29 +01:00
neighbors Update examples/neighbors/plot_nearest_centroid.py 2012-03-27 09:32:40 +12:00
semi_supervised ENH renaming 'max_iters' to 'max_iter' for consistency 2012-11-04 10:01:12 +00:00
svm MISC renamed n_iterations to n_iter in all other places. 2012-10-10 19:10:29 +01:00
tree COSMIT pep8 2012-07-15 13:35:08 +01:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
document_classification_20newsgroups.py Update document classification example. 2012-11-05 22:38:11 +09: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
feature_stacker.py MISC renaming FeatureStacker to FeatureUnion, adding docs 2012-09-30 11:55:32 +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 warning: add underscore to: grid_search.best_estimator_ and 2012-09-01 15:28:19 +02: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_classifier_comparison.py ENH I'm more happy with the last example now.... 2012-10-28 09:04:38 +00: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 DOC somewhat improved feature selection example 2012-09-17 22:07:58 +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_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 DOC made the pls example plots so much prettier 2012-07-25 23:20:33 +01: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 ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples 2012-10-10 19:10:29 +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.