Maxwell
16e57aeb20
MNT Use context manager for file operations ( #23207 )
2022-04-29 11:55:55 +02:00
Sven Stehle
0a075179c6
DOC use notebook-style in ensemble/plot_adaboost_hastie_10_2.py ( #23184 )
...
Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
2022-04-29 11:45:39 +02:00
i-aki-y
5c87a5f3cd
DOC Fix label mismatch in ICA vs. PCA example ( #23239 )
...
Co-authored-by: akiyuki ishikawa <aki.y.ishikwa@gmail.com>
2022-04-29 10:52:27 +02:00
Darren Nguyen
03fdd0271e
DOC: Use notebook-style formatting on plot_segmentation_toy.py ( #23140 )
...
Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
2022-04-27 11:01:33 +02:00
toastedyeast
cb73a1e2fe
DOC Update plot_pca_vs_fa_model_selection.py using notebook-style ( #23148 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-04-27 10:44:21 +02:00
darioka
93f8f88f30
DOC use notebook-style for plot_covariance_estimation.py ( #23150 )
...
Co-authored-by: Jordan Silke <51223540+jsilke@users.noreply.github.com>
2022-04-27 10:41:49 +02:00
Guillaume Lemaitre
3769530e14
DOC improve the random forest feature importance comparison example ( #23085 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2022-04-26 23:19:45 +02:00
Daniela Fernandes
c26000ed26
DOC use notebook-style in linear_model/plot_ridge_path.py ( #23209 )
2022-04-26 22:44:41 +02:00
Jérémie du Boisberranger
e05d82fe20
DOC Add MiniBatchNMF and BisectingKMeans to the 1.1 highlights ( #23217 )
2022-04-26 22:30:25 +02:00
michalkrawczyk
0822851f5c
FEA Bisecting K-Means ( #20031 )
...
Co-authored-by: Gael Varoquaux <gael.varoquaux@normalesup.org>
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-04-26 14:54:15 +02:00
Thomas J. Fan
24d58668da
DOC Adds release highlights for 1.1 ( #23084 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2022-04-25 18:07:24 +02:00
Chiara Marmo
69132ebbd3
FEA Online implementation of non-negative matrix factorization ( #16948 )
...
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-04-22 17:51:06 +02:00
Ingela
9b9f9dcdac
DOC use notebook-style for plot_rbm_logistic_classification.py ( #23104 )
...
Co-authored-by: Ingela <59916738+JoinEliza@users.noreply.github.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-04-22 15:01:29 +02:00
Lucy Liu
1e965785fd
DOC Fix notebook style of plot_coin_ward_segmentation ( #23164 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-04-21 22:08:25 +02:00
Arturo Amor
d71bfe1df5
DOC Rework plot_ard.py example ( #22747 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-04-21 12:17:53 +02:00
Guillaume Lemaitre
5aa95c9920
DOC improve the linear models inspection example ( #23082 )
...
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2022-04-20 17:46:28 +02:00
Dave Eargle
52236699f6
DOC update example wording now that OneHotEncoder handles missing values ( #23054 )
2022-04-20 14:51:19 +02:00
Meekail Zain
cf237bfec0
DOC Added hyperlink to AIC-BIC User Guide entry ( #23146 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-04-17 16:37:32 -04:00
SEELE
d379889164
DOC update notebook-style for plot_ica_vs_pca.py ( #23106 )
2022-04-14 18:34:17 -04:00
Jordan Silke
0ff613e8dd
MNT handle warnings in plot_manifold_sphere.py ( #23124 )
...
* Remove Axes3D and associated warning.
* Remove learning rate warning from example.
* Ignore both TSNE FutureWarnings.
* Fix typo.
* Add required import for 3d projections with matplotlib < 3.2
* Add comment to skip linting for line 40.
* Add suggested revisions re:explicit warning handling and import location.
* Relocate warning handling comment to more relevant position.
* Fix linting error.
2022-04-13 13:41:34 -04:00
Thomas J. Fan
6a822bc327
DOC Fixes sphinx warnings when building docs ( #23092 )
2022-04-13 12:05:39 +02:00
Logan Thomas
f16c987592
DOC: various spellcheck and typos ( #23093 )
2022-04-12 10:53:27 +02:00
Andreas Mueller
e3b4b9ce6f
DOC use unequal group sizes in example ( #16354 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-04-08 23:56:21 -04:00
Loïc Estève
98df647ab1
EXA: fix example for matplotlib 3.1 ( #23083 )
2022-04-08 20:36:36 +02:00
Jordan Silke
5a23a850fd
DOC modify plot_scalable_poly_kernels.py format ( #23009 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-04-08 18:27:07 +02:00
Alan Peixinho
48a3c0b143
EXA: remove matplotlib deprecation warning for plot_partial_dependence ( #22654 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-04-08 17:03:46 +02:00
nat-salt
fbc56edab9
DOC: use notebook-style for plot_pca_3d.py ( #23064 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-04-08 16:32:52 +02:00
teunpe
6a4a6afbc4
DOC: Use notebook-style plot_dict_face_patches.py ( #22929 )
...
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-04-08 14:55:13 +02:00
JElfner
adb47e7c14
ENH add an option to center ICE and PD ( #18310 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-04-07 18:51:27 +02:00
Mai
3b5f460213
DOC Example: Evaluation of outlier detection estimators ( #16606 )
...
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2022-04-07 18:33:16 +02:00
Alberto Mario Ceballos-Arroyo
3540b00844
ENH Add new initialization methods for Gaussian Mixture ( #20408 )
...
Co-authored-by: Gordon Walsh <gordon.p.walsh@gmail.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Andres David Rios Ramirez <ariosramirez.data@gmail.com>
Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-04-06 13:40:46 +02:00
arthurmello
b99bd36830
DOC use notebook-style for plot_theilsen ( #23002 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-04-06 08:34:12 +02:00
Chalmer Lowe
dded6761c5
DOC Updates the MAxAbsScaler description in scalers example ( #22951 )
2022-04-04 23:15:07 +02:00
2357juan
24ef3881d7
DOC Update notebook style for plot_bayesian_ridge_curvefit ( #22916 )
...
Co-authored-by: Juan Gomez <jgomez75@gatech.edu>
2022-03-30 15:43:33 +02:00
Jérémie du Boisberranger
a23c2edf47
[MRG] Refactor MiniBatchDictionaryLearning and add stopping criterion ( #18975 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-03-30 11:13:08 +02:00
Jordan Silke
cbe5d4a12c
MNT accelerate examples/kernel_approximation/plot_scalable_poly_kernels.py ( #22903 )
...
Co-authored-by: sveneschlbeck <sven.eschlbeck@t-online.de>
Co-authored-by: Sven Eschlbeck <66701689+sveneschlbeck@users.noreply.github.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-03-29 17:49:03 +02:00
Thomas J. Fan
d400723a21
FEA Add DecisionBoundaryDisplay ( #16061 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-29 16:36:31 +02:00
Thomas J. Fan
d4aad64b1e
MNT Update to black 22.3.0 to resolve click error ( #22983 )
...
* MNT Update to black 22.3.0 to resolve click error
* STY Update for new black version
2022-03-29 12:04:41 +02:00
Gabriel Stefanini Vicente
ffa0898d5a
API Add data_transposed argument and warning to make_sparse_coded_signal ( #21425 )
...
Co-authored-by: Andreas Mueller <t3kcit@gmail.com>
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-22 16:01:42 +01:00
zempleni
e7c710424a
DOC Update plot_label_propagation_structure.py to notebook style ( #22726 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-22 12:18:46 +01:00
zempleni
926df1bc4d
Update plot_label_propagation_digits.py ( #22725 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-22 12:17:27 +01:00
Jérémie du Boisberranger
bb5ab53f94
API Config: change default display to "diagram" ( #22856 )
2022-03-21 15:43:07 +01:00
Dimitri Papadopoulos Orfanos
ee5a1b69d1
DOC, MNT Typos found by codespell ( #22906 )
2022-03-20 19:16:39 +01:00
Jordan Silke
f9321be779
DOC convert examples/cluster/plot_mini_batch_kmeans.py to notebook style ( #22900 )
2022-03-19 15:04:32 +01:00
fkaren27
2dc35b97b0
DOC use notebook-style for plot_sparse_cov.py ( #22807 )
...
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-18 17:05:01 +01:00
Bijil Subhash
a3893d3bdc
DOC update notebook style for plot_lda_qda ( #22528 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-18 16:51:54 +01:00
Jihane
57e3523888
DOC use notebook-style for plot_svm_anova.py ( #22779 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-18 15:47:03 +01:00
cdrig
e5930594db
format notebook plot_roc_crossval.py ( #22799 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-18 14:58:27 +01:00
fkaren27
d1a72af8a6
DOC use notebook-style for plot_bayesian_ridge.py ( #22794 )
...
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-18 14:57:33 +01:00
melemo2
257e0a2cff
DOC accelerate plot_kernel_ridge_regression.py ( #21791 )
2022-03-18 14:57:12 +01:00