scikit-learn/examples
Andreas Mueller 2653833a07 DOC some fixes to the doc build. 2015-11-03 12:23:23 -05:00
..
applications DOC some fixes to the doc build. 2015-11-03 12:23:23 -05:00
bicluster Merge pull request #5288 from jnothman/bicluster-example-speed 2015-09-20 22:31:46 +10:00
calibration DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
classification DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
cluster DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
covariance DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
cross_decomposition DOC use correct attribute in example 2015-08-28 11:39:12 +10:00
datasets MAINT Remove support for the deprecated sequence of sequences 2015-08-11 22:26:44 +05:30
decomposition DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
ensemble DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
exercises DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
feature_selection DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
gaussian_process DOC some fixes to the doc build. 2015-11-03 12:23:23 -05:00
linear_model DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
manifold Added colorblind compatibility 2015-10-23 19:47:32 +02:00
mixture DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
model_selection DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
neighbors DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
neural_networks Migrate examples to avoid deprecated module 2015-11-01 22:22:37 +01:00
preprocessing DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
semi_supervised Added colorblind compatibility 2015-10-23 19:47:32 +02:00
svm DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
text added colorblind compatibility 2015-10-23 11:15:35 +02:00
tree Migrate examples to avoid deprecated module 2015-11-01 22:22:37 +01:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
feature_stacker.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
hetero_feature_union.py FeatureUnion example using a heterogeneous datasource. 2014-11-09 14:08:06 +11:00
missing_values.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_cv_predict.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_digits_pipe.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01: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 FIX Written in Latex format. 2015-01-16 20:58:05 +05:30
plot_kernel_approximation.py Update plot_kernel_approximation.py 2014-08-18 20:38:08 +10:00
plot_kernel_ridge_regression.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_multilabel.py MAINT Remove support for the deprecated sequence of sequences 2015-08-11 22:26:44 +05:30
plot_multioutput_face_completion.py FIX small title issue 2013-07-26 16:01:32 +02:00

README.txt

.. _general_examples:

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

General-purpose and introductory examples for the scikit.