scikit-learn/examples
Gilles Louppe 562b60ce8a EXAMPLE: merge plot_adaboost_iris into plot_forest_iris 2013-01-08 22:19:02 -08:00
..
applications Cosmit pep8 2012-12-25 13:16:05 +01:00
cluster Cosmit pep8 2012-12-25 13:16:05 +01:00
covariance Cosmit pep8 2012-12-25 13:16:05 +01:00
datasets Cosmit pep8 2012-12-25 13:16:05 +01:00
decomposition Cosmit pep8 2012-12-25 13:16:05 +01:00
ensemble EXAMPLE: merge plot_adaboost_iris into plot_forest_iris 2013-01-08 22:19:02 -08:00
exercises Cosmit pep8 2012-12-25 13:16:05 +01:00
gaussian_process Cosmit pep8 2012-12-25 13:16:05 +01:00
linear_model DOC : add doctring in plot_lasso_and_elasticnet.py 2013-01-07 11:19:50 +01:00
manifold ENH rename proximity to dissimilarity 2013-01-07 09:41:48 +01:00
mixture Cosmit pep8 2012-12-25 13:16:05 +01:00
neighbors Update examples/neighbors/plot_nearest_centroid.py 2012-03-27 09:32:40 +12:00
semi_supervised Cosmit pep8 2012-12-25 13:16:05 +01:00
svm Cosmit pep8 2012-12-25 13:16:05 +01:00
tree Cosmit pep8 2012-12-25 13:16:05 +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 Cosmit pep8 2012-12-25 13:16:05 +01:00
document_clustering.py Cosmit pep8 2012-12-25 13:16:05 +01:00
feature_selection_pipeline.py Cosmit pep8 2012-12-25 13:16:05 +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
hashing_vs_dict_vectorizer.py ENH add dict support to FeatureHasher and make it the default input_type 2012-11-17 17:29:20 +01:00
mlcomp_sparse_document_classification.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_classification_probability.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_classifier_comparison.py DOC classifier comparison: plot data without decision boundary first, better (imho) color scheme. 2012-12-26 21:13:58 +01:00
plot_confusion_matrix.py peping8 examples 2011-12-19 18:16:51 +01:00
plot_digits_classification.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_digits_pipe.py COSMIT pep8 2012-05-29 22:38:42 +02:00
plot_feature_selection.py Cosmit pep8 2012-12-25 13:16:05 +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_isotonic_regression.py DOC : fix move of isotonic in doc + examples 2012-11-14 22:42:03 +01:00
plot_johnson_lindenstrauss_bound.py Typo / fix in JL lemma example 2012-12-22 14:31:56 +01:00
plot_kernel_approximation.py DOC added note in example that digits data is to small. 2012-12-09 15:37:00 +01:00
plot_lda_qda.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_multilabel.py Note regarding multilabel example. 2012-05-18 13:19:25 +09:00
plot_permutation_test_for_classification.py Cosmit pep8 2012-12-25 13:16:05 +01:00
plot_pls.py Cosmit pep8 2012-12-25 13:16:05 +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 pep8 2012-12-25 13:16:05 +01: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 Cosmit pep8 2012-12-25 13:16:05 +01:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.