scikit-learn/examples
Vinayak Mehta 679936f6bc MAINT Deprecate LDA/QDA in favor of expanded names
The LDA accronym for Linear Discriminant Analysis is ambiguous
because of the newly introduced Latent Dirichlet Allocation model.

We therefore deprecate the sklearn.lda.LDA and sklearn.lda.QDA
in favor of explicit names.
2015-09-11 15:32:11 +02:00
..
applications Merge pull request #3659 from chyikwei/onlineldavb 2015-08-09 19:13:01 +02: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 MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +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 MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00
ensemble ENH apply method added to Gradient Boosting 2015-09-10 10:32:51 +02: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 add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
manifold MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00
mixture move around examples for better structure. 2014-07-17 09:35:30 +02:00
model_selection Merge branch 'master' into pr_3651 2015-08-30 10:48: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
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 small typo fix "radius" in rbf kernel 2015-08-16 18:34:54 -04: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 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.