Commit Graph

3448 Commits

Author SHA1 Message Date
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
Chiara Marmo ede4172296
MNT Fix some warnings in examples (#22660) 2022-03-02 23:58:12 +01:00
JSchuerz 4a52eb6de9
DOC Use :doi: and :arxiv: directives for references (#22603)
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-03-02 15:15:44 +01:00
Oleksandr Husak 2577dc99bb
DOC use notebook-style for plot_faces_decomposition (#22452) 2022-03-02 14:00:32 +01:00
Jérémie du Boisberranger 34f9dbf541
MNT Clean fixes and compat for old versions of our dependencies (#22642)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-03-02 11:32:06 +01:00
je-kr 8f0dea6159
fix matplotlib warning (#22631) 2022-03-02 10:24:02 +01:00
lesnee f50e3c0721
DOC Fix matplotlib warning for plot_iris_dataset.py (#22640)
Partially fix #22586
2022-03-02 10:18:58 +01:00
Koushik Joshi 4fe72f7f04
DOC Fix axes3d matplotlib deprecation warning (#22622) 2022-02-27 08:34:49 -05:00
Aditya Singh bd10a1b12e
DOC: use notebook-style for plot_stock_market.py (#22461)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-02-25 11:01:58 +01:00
nathansquan a1a55886a0
DOC: get rid of matplotlib DeprecationWarning in plot_cluster_iris.py (#22594) 2022-02-24 22:51:53 +01:00
Maxwell 44ed1ad8aa
DOC Fix matplotlib warning for plot_pca_3d.py (#22591)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-02-24 15:56:57 +01:00
siavrez 8286f02d2b
MNT accelerate example plot_iterative_imputer_variants_comparison.py (#21748)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-02-23 14:19:51 +01:00
Sven Eschlbeck 5137abfb16
Increased speed by adding cv and n_jobs params plot_multi_metric_evaluation.py (#21626)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-02-23 14:08:26 +01:00
Sam Adam Day 391baef660
DOC: use notebook-style for plot_ols_3d (#22547)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-02-23 10:18:29 +01:00
alexanmv 46f15a00d2
DOC: use notebook-style for plot_logistic_path.py (#22536)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-02-22 11:55:00 +01:00
Jaya Surya Kommireddy 6016083816
DOC: use notebook-style for plot_svm_regression.py example (#22534)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-02-19 18:18:48 +01:00
Guillaume Lemaitre 111c78214c
ENH kind accept a list of str in plot_partial_dependence (#19438)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-02-17 18:09:06 +01:00
Brenden Kadota ca705e8474
DOC Replace image vectorization with built-in fields (#22516) 2022-02-17 17:10:53 +01:00
Thomas J. Fan 1fc86b6aac
MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00