scikit-learn/examples
Sunmi Yoon 4a187968ff
DOC Clarify that feature_importance_ are impurity based (#16237)
2020-02-01 13:18:11 +01:00
..
applications DOC remove caching in wikipedia_principal_eigenvector example (#16271) 2020-01-29 11:57:49 +01:00
bicluster MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
calibration MAINT Removed redundant parameters of 2 classes (#14796) 2019-09-09 20:04:55 -04:00
classification ENH Adds plot_confusion matrix (#15083) 2019-11-14 14:43:54 +01:00
cluster MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
compose DOC improving plot_digits_pipe.py by adjusting parameters and making the graph more clear (#14346) 2019-10-29 11:10:33 +01:00
covariance EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
cross_decomposition ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
datasets DOC Link items explictly (#14817) 2019-09-05 11:37:05 +02:00
decomposition MNT Make modules private in decomposition (#15344) 2019-10-28 22:46:16 +08:00
ensemble DOC Clarify that feature_importance_ are impurity based (#16237) 2020-02-01 13:18:11 +01:00
exercises DOC return_X_y for load diabetes (#14762) 2019-08-24 23:17:01 -04:00
feature_selection MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
gaussian_process DOC Fix various sphinx warnings. (#15692) 2019-11-21 18:34:16 -05:00
impute MNT update imputer example to remove FutureWarning (#16302) 2020-01-30 13:05:59 -05:00
inspection DOC Fix yticklabels order in permutation importances example (#15799) 2019-12-05 23:39:18 +01:00
linear_model DOC change logreg solver in plot_logistic_path (#15927) 2019-12-23 11:29:47 +01:00
manifold EXA/MAINT Simplify code in manifold learning example (#15949) 2019-12-26 13:02:31 +01:00
mixture DOC spelling fixes (#16247) 2020-01-28 12:52:17 +11:00
model_selection DOC exchanged boston for diabetes dataset in plot_cv_predict (#16312) 2020-01-30 13:02:06 -05:00
multioutput DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
neighbors Fix warning in approximate_nearest_neighbors.py (#16339) 2020-01-31 18:43:26 +01:00
neural_networks EXA change max_iter and enable early_stopping to get rid of convergence warning in plot_mlp_alpha (#16260) 2020-01-30 16:43:02 +01:00
preprocessing MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
release_highlights DOC Wrong statement in release highlight (#15704) 2019-11-25 03:38:33 -06:00
semi_supervised CLN Uses public API instead of deprecated modules in examples (#15390) 2019-10-29 10:59:02 +08:00
svm removed redundant tol paramtere from examples (#14765) 2019-08-24 17:51:47 -04:00
text DOC Reorganize document classification example into subsections (#14775) 2019-08-26 16:51:34 -04:00
tree [DOC] fix syntax error for reference in plot_cost_complexity_pruning.py (#15423) 2019-11-01 06:55:18 +11: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 [MRG] DEP remove threshold_, change contamination, deprecate behaviour in iforest (#13811) 2019-05-22 12:41:47 +10:00
plot_changed_only_pprint_parameter.py DOC Fix typos, via a Levenshtein-style corrector (#15923) 2019-12-19 16:26:02 -08:00
plot_isotonic_regression.py EXA Readability of plot_isotonic_regression.py for color blind persons (#14154) 2019-06-22 13:03:29 -07:00
plot_johnson_lindenstrauss_bound.py DOC Change default dataset for `plot_johnson_lindenstrauss_bound.py` (#14787) 2019-09-14 17:40:21 -04:00
plot_kernel_approximation.py DOC Reorganize example plot_kernel_approximation (#14790) 2019-08-27 13:37:30 +02:00
plot_kernel_ridge_regression.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
plot_multilabel.py MNT Unused imports in examples 2018-10-02 17:12:19 +08:00
plot_multioutput_face_completion.py ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259) 2019-07-20 10:30:09 +08:00
plot_partial_dependence_visualization_api.py ENH get column names by default in PDP when passing data… (#15429) 2019-11-07 16:38:55 -05:00
plot_roc_curve_visualization_api.py DOC Fix typos, via a Levenshtein-style corrector (#15923) 2019-12-19 16:26:02 -08:00

README.txt

.. _general_examples:

Examples
========

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

Miscellaneous and introductory examples for scikit-learn.