scikit-learn/examples
Olivier Grisel a86fd7f5e7 Add Dirichlet process prior to BayesianGaussianMixture (#7386) 2016-09-10 15:41:52 +02:00
..
applications phrasing 2016-08-24 08:39:44 +02: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 Fix minor typo 2016-07-13 16:23:14 +09:00
covariance fuse anomaly examples 2016-05-22 21:55:33 +02: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 [MRG+1] Fix: Replace pylab with matplotlib.pyplot #6754 (#6762) 2016-05-10 11:34:33 +02:00
ensemble [MRG+1] Rename CV params n_{folds,iter} to n_splits (#7187) 2016-08-16 13:56:55 -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 Fix typos (#6942) 2016-06-27 18:13:49 +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 Merge pull request #7261 from betatim/negative-scorers 2016-09-08 20:40:17 +02:00
neighbors update references link namespace 2016-08-03 20:23:50 +02:00
neural_networks DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08: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 results_ --> cv_results_; "test_mean_score" --> "mean_test_score" et al. 2016-09-06 18:46:09 +02:00
text change last pl to plt 2016-05-10 11:41:13 +02: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.