scikit-learn/examples
Arnaud Joly def7af6944 pep8 2013-07-26 16:01:17 +02:00
..
applications fix merge conflict 2013-07-22 16:20:31 +02:00
bicluster removed plot_ from newsgroups example file 2013-07-25 19:19:25 +02:00
cluster moved bicluster examples to their own category 2013-07-25 19:19:23 +02:00
covariance Merge pull request #2203 from agramfort/cov_doc_fix 2013-07-24 05:19:44 -07:00
cross_decomposition FIX the example plots of the pls module did not import pls methods from the correct module 2013-07-25 11:01:59 +02:00
datasets fix merge conflict 2013-07-22 16:20:31 +02:00
decomposition Merge pull request #2017 from jaquesgrobler/ENH_docstrings_in_gallery 2013-07-24 02:26:10 -07:00
ensemble DOC + example with multioutput regression face completion for knn 2013-07-26 15:57:35 +02:00
exercises example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
gaussian_process DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
linear_model ENH : update example of OMP 2013-07-26 09:50:54 +02:00
manifold DOC spellfixes 2013-06-29 16:18:23 +03:00
mixture fix merge conflict 2013-07-22 16:20:31 +02:00
neighbors FIX: Py3 print statements to print functions 2013-07-23 17:57:54 +02:00
semi_supervised fix: add missing str formatting operator 2013-05-31 09:31:23 +02:00
svm TST small improvement of test for sample weight in svm 2013-07-26 15:06:57 +02:00
tree example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +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 ENH Add filters on newsgroup text 2013-07-22 13:53:02 +02:00
document_clustering.py DOC explain normalization in LSA KMeans example 2013-06-12 13:39:39 +02:00
feature_selection_pipeline.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
feature_stacker.py DOC spellfixes 2013-06-29 16:18:23 +03:00
grid_search_digits.py example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
grid_search_text_feature_extraction.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
hashing_vs_dict_vectorizer.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
imputation.py FIX: imputation example 2013-07-26 00:36:18 +02:00
mlcomp_sparse_document_classification.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_classification_probability.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_classifier_comparison.py classifiers comparison fix 2013-06-26 16:34:18 +02:00
plot_confusion_matrix.py DOC Add labels and some explanation to confusion matrix example 2013-04-17 16:35:02 +02:00
plot_digits_classification.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_digits_pipe.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_feature_selection.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_hmm_sampling.py Add missing doc string printing for examples 2013-06-23 18:18:03 +02:00
plot_isotonic_regression.py ENH added an option to do an isotonic regression on decreasing functions 2013-07-23 21:50:29 +02:00
plot_johnson_lindenstrauss_bound.py Add missing doc string printing for examples 2013-06-23 18:18:03 +02:00
plot_kernel_approximation.py example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
plot_lda_qda.py remove comment, undo change 2013-03-18 13:54:07 +01:00
plot_multilabel.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_multioutput_face_completion.py pep8 2013-07-26 16:01:17 +02:00
plot_permutation_test_for_classification.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_precision_recall.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_rbm_logistic_classification.py Python3 support in RBM 2013-07-24 17:27:24 +02:00
plot_rfe_digits.py gallery effects,icon change,cleanups 2013-03-18 13:52:20 +01:00
plot_rfe_with_cross_validation.py P3K: use print as a function in the examples 2013-02-01 15:04:42 +01:00
plot_roc.py gallery effects,icon change,cleanups 2013-03-18 13:52:20 +01:00
plot_roc_crossval.py DOC spellfixes 2013-06-29 16:18:23 +03:00
plot_train_error_vs_test_error.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
randomized_search.py Add missing doc string printing for examples 2013-06-23 18:18:03 +02:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.