scikit-learn/examples
Nicolau Werneck e79fe955c5 DOC Update plot_color_quantization.py (#11750)
Make random color actually select n_colors
2018-08-06 18:22:20 +10:00
..
applications [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
bicluster Custom token processor example (#7286) 2017-07-01 00:04:11 +02:00
calibration [MRG] DOC fix some sphinx warnings (#11241) 2018-06-21 20:43:21 +10:00
classification [MRG] Examples deprecations (#11561) 2018-07-17 00:08:04 -05:00
cluster DOC Update plot_color_quantization.py (#11750) 2018-08-06 18:22:20 +10:00
compose [MRG+1] Change CV defaults to 5 (#11557) 2018-07-19 14:46:11 +02:00
covariance [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
cross_decomposition ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
datasets MAINT change tabs to spaces. 2018-01-05 13:08:37 +01:00
decomposition BUG: centering and fixing scaling issue in SparsePCA (#11585) 2018-07-21 00:00:15 +02:00
ensemble FIX: enfore backward compatibility of decision function in Iforest (#11553) 2018-07-23 13:05:48 +02:00
exercises ENH 13 more examples fixed with matplotlib 2.0 (#9029) 2017-06-28 14:56:27 +02:00
feature_selection [MRG] DOC examples with correct notebook style (#9061) 2017-06-20 14:48:57 +02:00
gaussian_process [MRG] Examples fixes (#11539) 2018-07-16 10:46:43 +02:00
linear_model [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
manifold [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
mixture [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
model_selection EXA Adding cv indices example (#11475) 2018-07-31 08:41:12 +08:00
multioutput [MRG+1] Chassifier chain example fix (#9408) 2017-07-25 10:28:01 +02:00
neighbors [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
neural_networks Fix example for matplotlib 2.1 change. (#9897) 2017-10-10 11:42:48 +02:00
preprocessing [MRG] Add Yeo-Johnson transform to PowerTransformer (#11520) 2018-07-20 22:32:12 +02:00
semi_supervised [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
svm [MRG] Fix plot_svm_scale_c.py and plot_discretization_classification.py not to use deprecated plt api (#11586) 2018-07-17 15:48:09 -05: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 MAINT: Revert ChainedImputer (#11600) 2018-07-17 21:45:36 +02:00
plot_multilabel.py [MRG+1] Modify General examples for matplotlib v2 comp (#8413) 2017-06-19 20:51:33 +02: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.