Guillaume Lemaitre
5d145bf760
DOC fixes intersphinx warnings ( #26779 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-10 20:25:35 +00:00
THARAK HEGDE
d417fa83e3
DOC Fixed a typo error in plot_kernel_pca.py ( #26788 )
2023-07-06 16:13:21 -04:00
Adrin Jalali
42173fdb34
MNT add isort to ruff's rules ( #26649 )
2023-06-21 17:50:07 +02:00
Dimitri Papadopoulos Orfanos
6ca4970ca2
MAINT Remove encoding declarations: `# -*- coding: utf-8 -*-` ( #26467 )
2023-05-31 17:26:00 +02:00
Jérémie du Boisberranger
be978fbae1
DOC Remove plot_beta_divergence.py ( #25801 )
2023-03-10 09:47:42 -08:00
John P
3d16a21b6c
DOC Fix FutureWarning in decomposition/plot_faces_decomposition.html ( #24936 )
2022-11-15 17:16:51 +01:00
Maxim Smolskiy
70442b9ee3
DOC Fix FutureWarning in decomposition/plot_ica_blind_source_separation.html ( #24908 )
2022-11-13 21:10:18 +01:00
Christine P. Chai
aee7f594f5
DOC changed n_iter to max_iter to resolve a deprecation warning ( #24837 )
2022-11-05 09:40:43 -04:00
Apostolos Tsetoglou
b9b167c8ef
DOC remove MatplotlibDeprecationWarnings for plot_pca_3d example ( #24814 )
2022-11-03 09:20:06 +01:00
Apostolos Tsetoglou
197b5bf39a
DOC remove MatplotlibDeprecationWarnings for plot_pca_iris example ( #24815 )
2022-11-03 09:18:19 +01:00
Guillaume Lemaitre
d2c713bce6
MAINT modify import raccoon face for SciPy >= 1.10 ( #24521 )
2022-09-29 10:26:27 -04:00
x110
2d1bbc2be8
DOC remove Matplotlib warning in plot_varimax_fa example ( #24397 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-09-10 10:28:43 +02:00
Tom Dupré la Tour
06f125d013
MNT replace unconventional characters ( #23966 )
2022-07-21 12:19:12 +02:00
Loïc Estève
9cb86c8c39
DOC Use notebook style for remaining notebooks ( #23365 )
2022-05-13 18:07:24 +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
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
SEELE
d379889164
DOC update notebook-style for plot_ica_vs_pca.py ( #23106 )
2022-04-14 18:34:17 -04: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
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
Dimitri Papadopoulos Orfanos
ee5a1b69d1
DOC, MNT Typos found by codespell ( #22906 )
2022-03-20 19:16:39 +01:00
Amar pratap singh
5a9b2ce0a7
DOC Update notebook-style for example plot_image_denoising ( #22739 )
2022-03-17 14:19:53 +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
Koushik Joshi
4fe72f7f04
DOC Fix axes3d matplotlib deprecation warning ( #22622 )
2022-02-27 08:34:49 -05: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
Thomas J. Fan
1fc86b6aac
MNT Update black to stable version ( #22474 )
2022-02-15 11:36:26 +01:00
Chiara Marmo
49588ff1e6
DOC Fix sphinx warnings related to example reformatting. ( #22147 )
2022-01-08 15:21:39 -05:00
nastegiano
eed85ce70c
Accelerate plot_image_denoising.py ( #21799 )
2021-12-06 14:45:22 +01:00
Gauthier I
248f6cf315
ENH Impoving execution speed of plot_pca_vs_fa_model_selection.py by … ( #21671 )
...
* ENH Impoving execution speed of plot_pca_vs_fa_model_selection.py by dividing by 2 parameters n_samples, n_features, rank
* Update docstring according to @ogrisel 's comment
* ENH Impoving execution speed of plot_pca_vs_fa_model_selection.py by dividing by 2 parameters n_samples, n_features, rank
* Update docstring according to @ogrisel 's comment
2021-11-20 15:34:53 +01:00
Guillaume Lemaitre
d5ce9c4966
DOC improve kernel PCA example ( #19945 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Christos Aridas <chkoar@users.noreply.github.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-11-04 08:40:33 +01:00
Jérémie du Boisberranger
c4983148f3
MNT Finalize the change of the default `init` of NMF ( #21500 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-10-30 16:20:47 +02: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
Dimitri Papadopoulos Orfanos
5f6e17c084
MNT Remove #!/usr/bin/python shebang in examples ( #21246 )
2021-10-14 18:51:09 +02:00
Thomas J. Fan
70a185ae59
MAINT Enable and run black on examples ( #20502 )
2021-10-07 10:13:00 +02:00
Pierre-Yves Le Borgne
83398f4470
DOC fix a typo in plot_varimax_fa.py ( #20676 )
...
typo in an example
2021-08-04 20:24:34 +02:00
Thomas J. Fan
81dde3a6e5
STY Ensures that "flake8 ." works ( #20298 )
2021-06-18 15:46:40 +02:00
Tommaso Di Noto
f697181706
MNT Remove unused line in example ( #20273 )
2021-06-15 11:42:21 -07:00
Jona Sassenhagen
5e193ec655
[MRG] varimax rotation for factor analysis ( #11064 )
...
* init varimax
* fix py2 and add example text
* fix print again
* test, docs
* fix test
* fix doctstring
* np.allclose for test
* add refrence
* address comments
* update
* Fix linting failure.
* Fix deprecation warning.
* a bit of cleanup
* Address @jnothman's review comments.
* Update section divider
* Add note in what's new page and versionadded to docstring.
Co-authored-by: Eric Prestat <eric.prestat@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-07-05 21:29:08 +02:00
Thomas J. Fan
7cc0177f8e
MNT Replaces numpy alias with builtin typse ( #17687 )
...
* MNT Replaces numpy alias with builtin typse
* STY Lint error
2020-06-24 16:51:51 +02:00
Hirofumi Suzuki
c29092d699
MNT define a parse_version function in sklearn.utils.fixes ( #17670 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-06-24 13:35:49 +02:00
Juan Carlos Alfaro Jiménez
c298cb771d
MNT Fix documentation build due to failure in plot_ica_vs_pca ( #17629 )
2020-06-18 10:22:17 +02:00
Saurabh Jain
00bc681e10
DOC shorten class links in docstring using tilde ( #17470 )
...
* added tilde to bunch of files
* Updated _kde.py
Changed array_like to array-like
* Updated _kde.py
Removed space
* updated _kde.py
Added full stop
* PEP8
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-06-16 10:44:13 +02:00
Nicolas Hug
226e5c478d
MNT Use Vt instead of V as returned by svd() ( #17100 )
2020-05-05 19:52:07 +02:00
Thomas J Fan
5756a9934b
MNT Make modules private in decomposition ( #15344 )
2019-10-28 22:46:16 +08:00
Chiara Marmo
6bd8df099f
DOC Fix warnings about references and links ( #14976 )
2019-09-23 11:49:08 -04:00
Sourav Singh
f8e4cc495a
ENH Add return_X_y to 20_newsgroups and olivetti_faces ( #14259 )
2019-07-20 10:30:09 +08:00
Archana Alva
40b2a6c7e3
EXA Removing redundant parameters assignment in examples ( #14360 )
2019-07-14 22:26:41 +08:00
Adrin Jalali
7b8cbc875b
ENH add a `transform_max_iter` to `SparseCoder`, `DictionaryLearning`, and `MiniBatchDictionaryLearning` ( #12682 )
2019-07-08 16:10:29 -05:00
Reza Gharibi
3ab22f973f
[MRG] Fix overlapped plot in the ICA example ( #14213 )
2019-06-28 10:45:15 -07:00
Guillaume Lemaitre
9328581ec5
FIX use CD solver in face decomposition to use postive parameter ( #13975 )
2019-05-29 15:05:02 +02:00