scikit-learn/examples
Andreas Mueller 9bc4de8dae some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
..
applications some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
bicluster move around examples for better structure. 2014-07-17 09:35:30 +02:00
calibration some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
classification Rename parameter value 'ledoit_wolf' to 'auto'. 2014-12-16 11:50:01 +01:00
cluster some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
covariance COSMIT spelling 2015-01-15 15:09:35 -05:00
cross_decomposition move around examples for better structure. 2014-07-17 09:35:30 +02:00
datasets COSMIT spelling 2015-01-15 15:09:35 -05:00
decomposition Fix example in plot_pca_3d.py (color array had wrong size) 2014-11-29 15:11:36 +00:00
ensemble COSMIT spelling 2015-01-15 15:09:35 -05:00
exercises COSMIT spelling 2015-01-15 15:09:35 -05:00
feature_selection Update plot_rfe_with_cross_validation.py 2015-02-13 10:41:49 +01:00
gaussian_process DOC: copy-edits and active voice 2015-01-17 14:43:06 -08:00
linear_model ENH: Added random_state in plot_theilsen.py 2014-10-17 14:54:49 +02:00
manifold move around examples for better structure. 2014-07-17 09:35:30 +02:00
mixture move around examples for better structure. 2014-07-17 09:35:30 +02:00
model_selection Explain why we multiply mean by two 2015-02-07 08:20:16 +01:00
neighbors ENH Changed description of hyper-parameters example. 2014-12-18 19:50:02 +01:00
neural_networks DOC make neural networks example appear 2014-07-21 18:23:06 +10:00
semi_supervised some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
svm Merge pull request #4092 from ogrisel/iris-rbf-params-heatmap-example 2015-02-25 12:28:19 -06:00
text some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
tree Update plot_tree_regression.py 2014-08-01 13:28:03 +03: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 ENH Add cross_val_predict function 2014-11-03 11:51:10 +11: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 ENH do not use plt.cm.jet in JL bound example 2014-12-01 09:57:15 +01:00
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 Update plot_multilabel.py 2015-03-02 10:24:50 +01:00
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.