Commit Graph

3466 Commits

Author SHA1 Message Date
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
zempleni d4c96d23ef
Update plot_rbf_parameters.py (#22724)
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-17 22:20:01 +01:00
Amar pratap singh 5a9b2ce0a7
DOC Update notebook-style for example plot_image_denoising (#22739) 2022-03-17 14:19:53 +01:00
Amar pratap singh ac7f687593
DOC update notebook-style for plot_calibration.py (#22734)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-17 11:59:59 +01:00
Thomas J. Fan c176beadf8
MAINT Import from public SciPy in pubilc namespace (#22875)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-03-17 11:59:23 +01:00
Amar pratap singh f5eb00ce90
DOC update notebook-style example plot_cv_diabetes.py (#22740) 2022-03-17 11:42:01 +01:00
Jorge Ciprián 142e388fa0
DOC Clarify the LS term in example (#22156)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2022-03-16 18:19:00 +01:00
Gael Varoquaux 5357dfa65a
DOC: document classification example more readable (#22820)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-03-14 09:47:36 +01:00
Chloe-Agathe Azencott 7f5fce9ea4
DOC Use notebook style for plot_lasso_dense_vs_sparse_data (#22789)
* split in two cells and used fstrings

* fixed lined length + added comments + did not redensify a previously sparsified matrix
2022-03-13 10:34:27 +01:00
MarieS-WiMLDS 0fd4e4ff08
chore(notebook_example): improve examples/cluster/plot_feature_agglomeration_vs_univariate_selection.py #22406 (#22796)
Co-authored-by: Marie <marie.sacksick@cybelangel.com>
2022-03-12 18:40:37 +01:00
Brenden Kadota 3a428086dd
DOC updated to notebook style for grid_search_text_feature_extraction.py (#22558)
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-12 15:40:26 +01:00
francoisgoupil 5afd5e160b
DOC make plot_permutation_importance example run on VS code (#22752) 2022-03-10 21:09:46 +01:00
Gauthier I 5b04fe66e4
DOC Increase execution speed of plot_cluster_comparison.py (#21624)
* Reduced n_samples to increse speed

* ENH imporved visuals of Optic method for the first two dataset, still working on the other datasets

* ENH improved visuals for Optic method by tuning parameters

* Linting with black
2022-03-10 17:15:50 +01:00
Gabor Berei c0f58fae12
DOC: use notebook-style for plot_mean_shift.py (#22713)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-09 12:01:36 +01:00
Amar pratap singh 28a054c7c3
DOC Update notebook-style example plot_affinity_propagation (#22559) 2022-03-09 11:22:58 +01:00
Amar pratap singh 7d9f1cae7f
DOC: use notebook-style for wikipedia_principal_eigenvector.py (#22704) 2022-03-07 20:41:40 +01:00
Oleksandr Husak bc44ea7ae8
DOC use notebook-style and fix matplotlib warning for plot_compare_methods (#22679) 2022-03-07 10:40:57 +01:00
Amar pratap singh 578e3eb532
DOC Update notebook-style example plot_dbscan (#22568) 2022-03-03 10:41:52 +01:00