scikit-learn/examples
Maniteja Nandana 9d535ad42c DOC: Provide link to LDA and NMF in the example tutorial closes #5876 (#5984) 2016-10-25 17:06:44 -04:00
..
applications DOC: Provide link to LDA and NMF in the example tutorial closes #5876 (#5984) 2016-10-25 17:06:44 -04:00
bicluster Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
calibration Fix typos (#6942) 2016-06-27 18:13:49 +02:00
classification [MRG+1] Fix: Replace pylab with matplotlib.pyplot #6754 (#6762) 2016-05-10 11:34:33 +02:00
cluster [MRG] DOC Example: Fix minor standard output formatting (#7456) 2016-09-20 08:06:36 +10:00
covariance [MRG+2] LOF algorithm (Anomaly Detection) (#5279) 2016-10-25 11:53:51 -04:00
cross_decomposition General spelling fixes 2015-12-16 09:46:42 -08:00
datasets [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
decomposition add explicit comment in face decomposition example 2016-09-19 14:27:07 +02:00
ensemble minor doc fixes (#7514) 2016-09-28 11:31:29 -07:00
exercises polish figure 2016-01-16 13:54:10 +01:00
feature_selection Extra missing links complained by sphinx 2016-08-03 20:23:50 +02:00
gaussian_process Merge pull request #6613 from nelson-liu/correct_license_spelling 2016-06-15 13:58:59 +02:00
linear_model [MRG+2] logit -> logistic in plot_logistic.py and minor visual improvements to the plot. (#7730) 2016-10-25 10:19:57 +02:00
manifold update references link namespace 2016-08-03 20:23:50 +02:00
mixture Add Dirichlet process prior to BayesianGaussianMixture (#7386) 2016-09-10 15:41:52 +02:00
model_selection DOC: Added Nested Cross Validation Example (#7111) 2016-09-25 10:47:01 +10:00
neighbors [MRG+2] LOF algorithm (Anomaly Detection) (#5279) 2016-10-25 11:53:51 -04:00
neural_networks ENH rename algorithm to solver in MLP for consistency 2016-09-12 21:05:28 +02:00
preprocessing Fixed transformation of test set via RobustScaler in plot_robust_scaling.py 2015-11-12 16:30:21 +01:00
semi_supervised Merge pull request #6613 from nelson-liu/correct_license_spelling 2016-06-15 13:58:59 +02:00
svm [MRG + 2] updated iris svm example colormap so the three species can be distinguished (#7611) 2016-10-08 19:09:58 -07:00
text DOC use target_names over named categories in 20newsgroups example (#7423) 2016-10-26 00:20:30 +11:00
tree rename unveil_tree_structure example to enable CI on it 2016-08-30 18:18:24 -06:00
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
feature_stacker.py Fix typo in example feature_stacker.py 2016-08-04 21:52:10 +02:00
hetero_feature_union.py DOC Updates sklearn naming convention for consistency (#7268) 2016-08-29 08:20:13 +10:00
missing_values.py Revert "ENH: Add indicator features to imputer output (#6607)" (#7292) 2016-08-30 21:28:01 +10:00
plot_compare_reduction.py results_ --> cv_results_; "test_mean_score" --> "mean_test_score" et al. 2016-09-06 18:46:09 +02:00
plot_cv_predict.py Typo in `plot_cv example` 2016-05-17 05:24:25 -07:00
plot_digits_pipe.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_isotonic_regression.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
plot_johnson_lindenstrauss_bound.py [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
plot_kernel_approximation.py DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08:00
plot_kernel_ridge_regression.py Update examples to new scorer names 2016-09-06 11:25:11 +02: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.