scikit-learn/examples
Rüdiger Busche d300f406ae MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
..
applications MNT Use list and dict comprehension (#12668) 2019-01-08 09:32:34 +11:00
bicluster MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01: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 FIX make joblib utils private, and remove mentions of externals.joblib (#12345) 2018-11-20 10:53:52 +11:00
compose EXA change normed to density in matplotlib calls in examples (#12718) 2018-12-06 09:05:41 +08: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 EXA Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08:00
ensemble MNT Used scipy.special.expit for the inverse of the logit function (#12931) 2019-01-08 18:35:19 +11: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 EXA Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08:00
linear_model MNT Used scipy.special.expit for the inverse of the logit function (#12931) 2019-01-08 18:35:19 +11:00
manifold Converting http to https (3)... (#12302) 2018-10-05 18:50:31 +02:00
mixture EXA improving examples/mixture/plot_gmm_covariances.py visualisation (#12683) 2018-11-27 21:07:38 +01:00
model_selection ENH refit=callable in *SearchCV adds flexibility in identifying the best estimator (#11354) 2019-01-09 12:56:30 +11:00
multioutput [MRG] Fix FutureWarnings in logistic regression examples (#12114) 2018-09-24 18:22:40 +01:00
neighbors EXA change normed to density in matplotlib calls in examples (#12718) 2018-12-06 09:05:41 +08:00
neural_networks MNT Use list and dict comprehension (#12668) 2019-01-08 09:32:34 +11:00
preprocessing EXA Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08:00
semi_supervised [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
svm DOC update SVR plot point size and color (#12877) 2019-01-10 09:42:35 +11:00
text EXA Avoiding TypeError when using --all_categories in plot_document_classification_20newsgroups.py (#12770) 2018-12-14 23:40:49 +08:00
tree [MRG] Matplotlib tree plotting (#9251) 2018-10-11 15:42:02 -04: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 DOC Fix links in anomaly detection example (#12665) 2018-11-24 16:49:10 +08:00
plot_changed_only_pprint_parameter.py [MRG] Add pprint for estimators - continued (#11705) 2018-12-19 23:48:21 -05:00
plot_isotonic_regression.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
plot_johnson_lindenstrauss_bound.py EXA change normed to density in matplotlib calls in examples (#12718) 2018-12-06 09:05:41 +08: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.