scikit-learn/examples
Arnaud Joly 38c78ea244 Merge pull request #5537 from johannah/module-linear-colorblind
[MRG+2] Added colorblind compatibility for plot examples in linear_models
2015-10-23 10:27:01 +02:00
..
applications DOC Fix plot_tomography_l1_reconstruction example 2015-10-15 16:37:24 +02:00
bicluster Merge pull request #5288 from jnothman/bicluster-example-speed 2015-09-20 22:31:46 +10:00
calibration some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
classification Added colorblind compatibility to classification 2015-10-22 18:32:23 +02:00
cluster Adding a new kmeans example. 2015-07-23 14:43:26 -04:00
covariance COSMIT spelling 2015-01-15 15:09:35 -05: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 ENH refactor NMF and add CD solver 2015-09-21 11:42:07 +02:00
ensemble Fix broken examples using RandomTreeEmbeddings 2015-10-16 12:44:04 -04:00
exercises COSMIT spelling 2015-01-15 15:09:35 -05:00
feature_selection Add narrative docs and fix examples 2015-10-05 11:25:06 -04:00
gaussian_process Tweaking the legend of GP plot in plot_compare_gpr_krr.py 2015-10-21 15:21:29 +05:30
linear_model Changed from plot to scatter for consistency 2015-10-23 10:26:02 +02:00
manifold DOC fix missing import in plot_lle_digits example 2015-10-15 21:16:20 +02:00
mixture move around examples for better structure. 2014-07-17 09:35:30 +02:00
model_selection Corrected macro ROC in example plot_roc 2015-10-20 17:11:25 +02:00
neighbors fontsize legend parameter is not available for matplotlib < 1.3 2015-10-20 11:08:45 +02:00
neural_networks DOC make neural networks example appear 2014-07-21 18:23:06 +10:00
preprocessing ENH: Renames CallableTransformer -> FunctionTransformer. 2015-08-03 11:45:16 -04:00
semi_supervised some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
svm MISC : Y->y 2015-10-23 10:24:46 +02:00
text printing top terms even if LSI is used 2015-05-24 17:03:45 +02:00
tree Take into account ngoix comment 2015-10-22 09:51:14 +02:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
feature_stacker.py Update feature_stacker.py 2014-10-08 21:17:49 +02:00
hetero_feature_union.py FeatureUnion example using a heterogeneous datasource. 2014-11-09 14:08:06 +11:00
missing_values.py DOC fix/expand Imputer example docs 2014-12-15 18:18:46 +01:00
plot_cv_predict.py cosmit in plot_cv_predict 2015-07-28 08:34:09 +02:00
plot_digits_pipe.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
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 PEP8 Removing PEP8 violations in plot_kernel_ridge_regression.py 2015-01-18 11:01:43 +09: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.