scikit-learn/examples
Juan Carlos Alfaro Jiménez 547ead6c0c
MNT More replacements of numpy aliases with built-in types (#17707)
* MNT More replacements of numpy aliases with built-in types [scipy-dev]

* MNT More (manual) replacements of numpy aliases

* MNT More (manual) replacements of numpy aliases

* FIX Minor change

* MNT Trigger build [scipy-dev]

* FIX Minor change

* MNT Trigger build [scipy-dev]

* FIX More deprecations of numpy aliases [scipy-dev]

* MNT Silent numpy aliases warnings [scipy-dev]

* FIX Fix silent deprecations

* Trigger build [scipy-dev]

* FIX Add scape characters [scipy-dev]

* FIX Remove package specification from silent

* Trigger build [scipy-dev]

* Revert
2020-06-26 12:45:03 +02:00
..
applications MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
bicluster MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
calibration DOC avoid FutureWarnings for deprecations examples (#17264) 2020-05-18 18:35:12 +02:00
classification DOC Amend plot_digits_classification.py to use notebook style (#17016) 2020-05-20 16:09:59 +02:00
cluster MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
compose MNT define a parse_version function in sklearn.utils.fixes (#17670) 2020-06-24 13:35:49 +02:00
covariance MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
cross_decomposition changed the colors of plot_compare_cross_decompisition.py to default matplotlib (#17475) 2020-06-08 11:09:45 -04:00
datasets DOC Fix links and clarify plot_random_dataset.py (#17150) 2020-05-08 19:15:10 -04:00
decomposition MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
ensemble DOC shorten class links in docstring using tilde (#17470) 2020-06-16 10:44:13 +02:00
exercises MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
feature_selection FIX Uses f_classif instead f_regress in classification example (#17537) 2020-06-16 13:19:08 +02:00
gaussian_process DOC Fix various sphinx warnings. (#15692) 2019-11-21 18:34:16 -05:00
impute MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
inspection EXA add compatibility with scipy 1.5 (#17695) 2020-06-24 12:35:30 +02:00
linear_model MNT More replacements of numpy aliases with built-in types (#17707) 2020-06-26 12:45:03 +02:00
manifold MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
miscellaneous [MRG] Expose interpolation thresholds as public fitted attribute of IsotonicRegression (#16289) 2020-06-25 21:16:43 +02:00
mixture DOC spelling fixes (#16247) 2020-01-28 12:52:17 +11:00
model_selection DOC shorten links in examples/* modules (#17636) 2020-06-20 17:43:14 +02:00
multioutput DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
neighbors MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
neural_networks DOC Fixed Plot Mnist Example (#16200) 2020-04-17 11:32:15 -04:00
preprocessing DOC Removes FunctionTransformer example (#17318) 2020-06-25 14:27:38 +02:00
release_highlights DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04: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 simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
tree DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -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 DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00

README.txt

.. _general_examples:

Examples
========