scikit-learn/examples
Andreas Mueller 1aa5a9fbc2 Merge pull request #3523 from cle1109/slda
[MRG+1] LDA refactoring
2014-12-19 13:04:16 -05:00
..
applications COSMIT: minor cleanup 2014-11-20 07:26:12 +01:00
bicluster move around examples for better structure. 2014-07-17 09:35:30 +02:00
classification Rename parameter value 'ledoit_wolf' to 'auto'. 2014-12-16 11:50:01 +01:00
cluster Rename global_clusters to n_clusters again 2014-12-05 14:07:17 +01:00
covariance DOC typo 2014-12-03 20:43:47 +01:00
cross_decomposition move around examples for better structure. 2014-07-17 09:35:30 +02:00
datasets DOC extend documentation on sample generators 2014-08-25 19:36:58 +10:00
decomposition Fix example in plot_pca_3d.py (color array had wrong size) 2014-11-29 15:11:36 +00:00
ensemble CLN: Fix typo in comment 2014-12-13 09:14:47 -05:00
exercises DOC fix line references in tutorial 2014-08-20 21:00:54 +10:00
feature_selection COSMIT Move imports in example 2014-08-07 21:20:56 +10:00
gaussian_process Merge branch 'pr/3545' 2014-08-11 13:18:17 +02: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 FIX P/R/F metrics and scorers are now for binary problems only by default 2014-12-09 13:56:51 +11: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 move around examples for better structure. 2014-07-17 09:35:30 +02:00
svm move around examples for better structure. 2014-07-17 09:35:30 +02:00
text FIX P/R/F metrics and scorers are now for binary problems only by default 2014-12-09 13:56:51 +11: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_multilabel.py DOC/FIX Address @arjoly's comments 2014-06-05 11:20:36 +02: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.