scikit-learn/examples
David Thaler 37bfe80e1b FIX Changed zorder so support vectors are clearly visible 2015-12-15 19:29:51 -08:00
..
applications Using rain_test_split and StandardScaler instead of reimplementing them 2015-12-15 08:11:19 -08: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 MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
cluster MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05: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 MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
ensemble HOTFIX actually fixing the california housing problem 2015-12-14 11:49:41 -05: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 MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
manifold MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05: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 MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
neural_networks Migrate examples to avoid deprecated module 2015-11-01 22:22:37 +01:00
preprocessing Fixed transformation of test set via RobustScaler in plot_robust_scaling.py 2015-11-12 16:30:21 +01:00
semi_supervised Added colorblind compatibility 2015-10-23 19:47:32 +02:00
svm Fix omitted word in SVM-Anova example 2015-12-15 13:18:19 -06: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 FIX Changed zorder so support vectors are clearly visible 2015-12-15 19:29:51 -08: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.