scikit-learn/examples
alyssaq d2b6c7a37d Fixed legend text and pep8 warnings 2016-02-15 14:12:25 +08:00
..
applications Fixed legend text and pep8 warnings 2016-02-15 14:12:25 +08:00
bicluster Merge pull request #5288 from jnothman/bicluster-example-speed 2015-09-20 22:31:46 +10:00
calibration General spelling fixes 2015-12-16 09:46:42 -08:00
classification MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
cluster Updated examples and tests that use scipy's lena 2016-02-11 09:13:40 +01: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 MAINT Remove support for the deprecated sequence of sequences 2015-08-11 22:26:44 +05:30
decomposition Updated examples and tests that use scipy's lena 2016-02-11 09:13:40 +01:00
ensemble ENH less verbose output in plot_partial_dependence example 2016-01-04 14:19:28 +01: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 Ridge coefficients as a function of regularisation 2016-01-19 16:04:36 +01:00
manifold MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05: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 Merge pull request #6068 from nelson-liu/rework_nearest_centroid_classification 2015-12-20 15:29:45 +01: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 General spelling fixes 2015-12-16 09:46:42 -08: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 FIX Written in Latex format. 2015-01-16 20:58:05 +05:30
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.