Jérémie du Boisberranger
bb5ab53f94
API Config: change default display to "diagram" ( #22856 )
2022-03-21 15:43:07 +01:00
NartayXD
69dc086d20
DOC use notebook-style for example plot_feature_selection.py ( #22437 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-02-14 12:02:33 +01:00
Arth
974cd77398
MNT Speedup example plot_select_from_model_diabetes.py ( #21738 )
2021-11-25 19:15:23 +01:00
Dimitri Papadopoulos Orfanos
d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples ( #21307 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Thomas J. Fan
70a185ae59
MAINT Enable and run black on examples ( #20502 )
2021-10-07 10:13:00 +02:00
Kadatatlu Kishore
398a7d3f4f
DOC improve wording of comment in plot_rfe_with_cross_validation ( #20718 )
2021-08-09 11:47:31 +02:00
Thomas J. Fan
01a28e962a
MAINT Adds sphinx configuration for redirections ( #20625 )
2021-07-28 18:19:18 +02:00
Gael Varoquaux
2c2c6ca94b
DOC move example permutation test example to model selection module ( #20624 )
2021-07-28 14:49:42 +02:00
Gael Varoquaux
df20e8156f
DOC Fixes typo in plot_permutation_test_for_classification ( #20622 )
2021-07-27 16:47:24 -04:00
Thomas J. Fan
81dde3a6e5
STY Ensures that "flake8 ." works ( #20298 )
2021-06-18 15:46:40 +02:00
Guillaume Lemaitre
ee32699b4c
DOC use notebook style and diagram for feature selection example ( #18836 )
2021-01-28 11:51:11 +01:00
Nicolas Hug
5bf37e8425
FEA Add sequential feature selection transformer ( #17159 )
...
Co-authored-by: rasbt <mail@sebastianraschka.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-08-21 19:57:05 +02:00
eschibli
bf121f4cec
DOC Added explicit min_features variable to RFECV example ( #18091 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-08-20 15:44:36 +02:00
Lucy Liu
e087f8a395
DOC Update plot_permutation_test_for_classification.py ( #17385 )
2020-07-31 11:34:15 +02:00
Thomas J. Fan
549514e4fd
FIX Uses f_classif instead f_regress in classification example ( #17537 )
2020-06-16 13:19:08 +02:00
Roman Yurchak
94f2e9c5d8
DOC simpler block delimitation in sphinx-gallery examples ( #17068 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-06-08 23:23:14 -04:00
Nicolas Hug
360e82818c
DOC Use default colors ( #16808 )
2020-04-01 07:52:23 +11:00
Chiara Marmo
bbfa2d456d
DOC Fix new sphinx warnings ( #16483 )
2020-02-19 16:09:59 +01:00
maikia
6324e408c9
EXA diabetes instead of Boston dataset for feature selection ( #16305 )
2020-02-05 10:42:14 +01:00
Thomas J Fan
4a95e33e63
MNT Make modules private in sklearn.datasets ( #15307 )
2019-10-27 17:17:23 -04:00
Allen Akinkunle
01d8e70af0
MNT Use return_X_y=True with load_boston where appropriate ( #14678 )
2019-08-20 10:08:23 +08:00
pierretallotte
9014a6f02d
DOC Fix features selection example ( #12748 )
2019-08-12 18:02:56 +02:00
Archana Alva
40b2a6c7e3
EXA Removing redundant parameters assignment in examples ( #14360 )
2019-07-14 22:26:41 +08:00
Joel Nothman
22071218b2
ENH Pipeline can now be sliced or indexed ( #2568 )
...
* ENH Pipeline can now be sliced or indexed
* Additional assertion imports for testing
* DOC Documentation and example for Pipeline slicing
* FIX put doctest lines in correct order
* DOC improve compose Pipeline docs
* Fix doctest
* Fix merge error
* DOCs improved after Alex's comments
* This is not the right place to change to LinearSVC
* missed one
* DOC add what's new
* Fix doctest
* doctest tweaks
Co-Authored-By: jnothman <joel.nothman@gmail.com>
* doctest tweaks
Co-Authored-By: jnothman <joel.nothman@gmail.com>
* doctest tweaks
Co-Authored-By: jnothman <joel.nothman@gmail.com>
* fix doctests
* Correct step name
* Update doc/whats_new/v0.21.rst
Co-Authored-By: jnothman <joel.nothman@gmail.com>
2019-03-07 11:22:49 +01:00
Hanmin Qin
8890b50606
[MRG+1] EXA Set cv=5 in examples ( #11856 )
...
* EXA Set cv=5 in examples
* small mistake
* [doc build]
* [doc build]
* cross_val*
* [doc build]
* [doc build]
2018-08-20 15:22:42 -04:00
plagree
1f6ac72df7
[MRG] DOC examples with correct notebook style ( #9061 )
...
* DOC examples with correct notebook style
* Modifications in examples/ to avoid unwanted notebook style
* Remove last notebook style example
* Space formatting to avoid notebook style
2017-06-20 14:48:57 +02:00
Aarshay Jain
6986e9b5db
[MRG + 1] 18 more examples with matplotlib 2.0 updates ( #8983 )
...
* updated plot_label_propagation_versus_svm_iris.py plot
* updated svm/plot_weighted_samples.py plot
* made semi_supervised/plot_label_propagation_versus_svm_iris.py pep8 compliant
* modified tree/plot_tree_regression.py [size and edgecolor]
* updated tree/plot_tree_regression_multioutput.py [size+color]
* fixed examples/semi_supervised/plot_label_propagation_versus_svm_iris.py for backward compatibility
* neural_networks/plot_mlp_alpha.py - matplotlib2 update
* examples/neural_networks/plot_mlp_alpha.py - pep8 fix
* examples/neighbors/plot_nearest_centroid.py - matplotlib2.0 + pep8 fix
* neighbors/plot_classification.py - matplotlib2.0 + pep8 fix
* examples/neighbors/plot_lof.py - matplotlib2.0 update
* examples/model_selection/plot_underfitting_overfitting.py - matplotlib2.0 + pep8
* examples/mixture/plot_concentration_prior.py - matplotlib2.0 + pep8
* examples/linear_model/plot_logistic_multinomial.py - matplotlib2.0 update
* linear_model/plot_sgd_iris.py - matplotlib2.0 + pep8 fix
* examples/linear_model/plot_sgd_weighted_samples.py - matplotlib2.0 + pep8
* examples/linear_model/plot_sgd_separating_hyperplane.py - matplotlib2.0 update
* examples/feature_selection/plot_permutation_test_for_classification.py - matplotlib + pe8
* examples/linear_model/plot_bayesian_ridge.py - matplotlib2.0 update
* examples/feature_selection/plot_feature_selection.py - matplotlib2.0 update
* examples/feature_selection/plot_f_test_vs_mi.py - matplotlib2.0 + pep8
* examples/feature_selection/plot_f_test_vs_mi.py - matplotlib2.0+ pep8 fix
* examples/model_selection/plot_underfitting_overfitting.py - error fixed
* blue -> black edgecolor fix for 2 examples
2017-06-07 13:23:12 +02:00
Guillaume Lemaitre
3de7da329f
EXA improve examples ( #8866 )
2017-05-12 14:21:40 +02:00
Loïc Estève
719afba518
[MRG] Run more examples as part of the doc generation ( #8851 )
...
Also fix errors and flake8 violations of existing examples
2017-05-11 23:42:57 +02:00
Óscar Nájera
90fe87fea5
Extra missing links complained by sphinx
2016-08-03 20:23:50 +02:00
Óscar Nájera
bd5cecce44
update references link namespace
2016-08-03 20:23:50 +02:00
Nikolay Mayorov
824dda3767
MAINT: Small changes to plot_f_test_vs_mi.py
2016-01-22 00:27:16 +05:00
Nikolay Mayorov
835102ab6a
API: Split mutual_info into _regression and _classif
2016-01-22 00:27:15 +05:00
Nikolay Mayorov
689ed0dbba
DOC: Example for mutual_information
2016-01-22 00:27:15 +05:00
Nikolay Mayorov
df08defb05
ENH: Implemented mutual_info function
2016-01-22 00:27:15 +05:00
Raghav R V
f67e911124
DOC Modify documentation/examples for the new model_selection module
2015-10-29 16:49:23 +01:00
johannah
55c68ef548
Added colorblind compatibility
2015-10-23 14:10:22 +02:00
MechCoder
2ee718cc75
Add narrative docs and fix examples
2015-10-05 11:25:06 -04:00
MechCoder
10176d9897
Now a fitted estimator can be passed to SelectFromModel
2015-10-05 11:25:06 -04:00
MechCoder
9cee0d95f8
Added example to depict feature selction using SelectFromModel and Lasso
2015-10-05 11:24:02 -04:00
ugurcaliskan
b34e924f15
Update plot_rfe_with_cross_validation.py
...
minor modification. (import statement for "matplotlib.pyplot" has been moved to beginning of the file).
2015-02-13 10:41:49 +01:00
ugurthemaster
1e1bd689c0
COSMIT Move imports in example
2014-08-07 21:20:56 +10:00
Andreas Mueller
5b247f90e4
move around examples for better structure.
2014-07-17 09:35:30 +02:00