scikit-learn/examples
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
..
applications [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
bicluster Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
calibration [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
classification MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
cluster Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
covariance DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
cross_decomposition General spelling fixes 2015-12-16 09:46:42 -08:00
datasets [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
decomposition [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
ensemble Multitarget regression meta estimator 2016-03-10 16:06:08 -05:00
exercises polish figure 2016-01-16 13:54:10 +01:00
feature_selection MAINT: Small changes to plot_f_test_vs_mi.py 2016-01-22 00:27:16 +05:00
gaussian_process DOC some fixes to the doc build. 2015-11-03 12:23:23 -05:00
linear_model [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
manifold [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
mixture Rename example to plot_gmm_covariances.py 2015-11-02 19:24:51 +01:00
model_selection General spelling fixes 2015-12-16 09:46:42 -08:00
neighbors [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
neural_networks General spelling fixes 2015-12-16 09:46:42 -08: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 MAINT remove my email address 2016-03-04 10:43:41 +01:00
tree FIX restore previous title layout in examples/tree/plot_iris.py 2016-02-04 16:09:36 +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 [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
plot_kernel_approximation.py General spelling fixes 2015-12-16 09:46:42 -08: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.