scikit-learn/examples
Andreas Mueller 9d14f7352e ENH: Renames CallableTransformer -> FunctionTransformer.
Makes `pass_y` an argument to FunctionTransformer to indicate that the
labels should be passed to the wrapped function.
2015-08-03 11:45:16 -04:00
..
applications Added random seed for facial recognition example and updated the docstring 2015-07-11 21:49:07 +00:00
bicluster Change xrange to range and remove patching import 2015-04-14 22:46:26 -04: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 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 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 Bugfix : type in cd changed for read only memmap compatibility 2015-07-31 12:12:40 +02:00
ensemble changed clf to regr in decision tree regression examples 2015-06-17 15:20:23 -04: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 Update plot_ols.py 2015-06-15 16:17:28 +10: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 Change name of variable to be consistent with dataset 2015-07-02 02:13:06 -07: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
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 Fixed small typos in SVM examples. 2015-07-14 22:37:08 -03:00
text printing top terms even if LSI is used 2015-05-24 17:03:45 +02:00
tree changed clf to regr in decision tree regression examples 2015-06-17 15:20:23 -04: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 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.