scikit-learn/examples
Xing Han Lu 5df8cd3bd7 EXA Fix title, overlapping plots and axis labels in plot_ols_ridge_variance.py (#12296) 2018-10-09 21:44:57 +08:00
..
applications MNT Converting http to https (#12277) 2018-10-04 22:37:57 +08:00
bicluster Custom token processor example (#7286) 2017-07-01 00:04:11 +02:00
calibration [MRG] Fix FutureWarnings in logistic regression examples (#12114) 2018-09-24 18:22:40 +01:00
classification [MRG] Fix FutureWarnings in logistic regression examples (#12114) 2018-09-24 18:22:40 +01:00
cluster MNT Unused imports in examples 2018-10-02 17:12:19 +08:00
compose DOC removed ambiguity in pipeline gridsearch example (#12272) 2018-10-04 09:48:40 -04:00
covariance [MRG+1] EXA Set cv=5 in examples (#11856) 2018-08-20 15:22:42 -04:00
cross_decomposition ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
datasets Converting http to https (3)... (#12302) 2018-10-05 18:50:31 +02:00
decomposition [MRG+1] EXA Set cv=5 in examples (#11856) 2018-08-20 15:22:42 -04:00
ensemble MNT Unused imports in examples 2018-10-02 17:12:19 +08:00
exercises [MRG] Fix FutureWarnings in logistic regression examples (#12114) 2018-09-24 18:22:40 +01:00
feature_selection [MRG+1] EXA Set cv=5 in examples (#11856) 2018-08-20 15:22:42 -04:00
gaussian_process MNT Unused import in plot_gpr_co2.py 2018-09-26 16:37:29 +08:00
linear_model EXA Fix title, overlapping plots and axis labels in plot_ols_ridge_variance.py (#12296) 2018-10-09 21:44:57 +08:00
manifold Converting http to https (3)... (#12302) 2018-10-05 18:50:31 +02:00
mixture EXA set figure size to avoid overlaps (#11889) 2018-08-23 07:45:21 +10:00
model_selection MNT Unused imports in examples 2018-10-02 17:12:19 +08:00
multioutput [MRG] Fix FutureWarnings in logistic regression examples (#12114) 2018-09-24 18:22:40 +01:00
neighbors MNT Converting http to https (#12277) 2018-10-04 22:37:57 +08:00
neural_networks [MRG] Fix FutureWarnings in logistic regression examples (#12114) 2018-09-24 18:22:40 +01:00
preprocessing Converting http to https (3)... (#12302) 2018-10-05 18:50:31 +02:00
semi_supervised [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
svm [MRG+1] EXA Set cv=5 in examples (#11856) 2018-08-20 15:22:42 -04:00
text [MRG] Examples deprecations (#11561) 2018-07-17 00:08:04 -05:00
tree DOC Fix code typo in plot_unveil_tree_structure.py (#10951) 2018-04-11 12:35:29 +10:00
.flake8 [MRG] move flake8 options from flake8_diff.sh to setup.cfg (#10080) 2017-11-14 13:26:39 +01:00
README.txt [MRG] DOC fix some sphinx warnings (#11241) 2018-06-21 20:43:21 +10:00
plot_anomaly_comparison.py FIX: enfore backward compatibility of decision function in Iforest (#11553) 2018-07-23 13:05:48 +02:00
plot_isotonic_regression.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
plot_johnson_lindenstrauss_bound.py [MRG + 1] 10 more examples fixed with matplotlib 2.0 updates (#9030) 2017-06-21 16:04:53 +02:00
plot_kernel_approximation.py [MRG+1] Modify General examples for matplotlib v2 comp (#8413) 2017-06-19 20:51:33 +02:00
plot_kernel_ridge_regression.py [MRG+1] Support minimal dependencies in examples (#10351) 2018-01-08 21:36:28 +01:00
plot_missing_values.py [MRG+1] EXA Set cv=5 in examples (#11856) 2018-08-20 15:22:42 -04:00
plot_multilabel.py MNT Unused imports in examples 2018-10-02 17:12:19 +08:00
plot_multioutput_face_completion.py [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00

README.txt

.. _general_examples:

Examples
========

Miscellaneous examples
----------------------

Miscellaneous and introductory examples for scikit-learn.