Commit Graph

71 Commits

Author SHA1 Message Date
Adam Li 096b525c4d
API `dim` to `n_dim` in `make_sparse_spd_matrix` (#27718)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-11-08 15:09:03 +00:00
Kennedy Waweru 94f5baad6b
Added link to plot randomly generated multilabel dataset example to _samples_generator.py (#27517) 2023-10-19 13:22:40 +02:00
Yao Xiao 457b02c61a
DOC fix return type of `make_sparse_spd_matrix` (#27472) 2023-09-26 17:07:01 +02:00
Yao Xiao 011e209b6c
ENH `make_sparse_spd_matrix` use sparse memory layout (#27438) 2023-09-26 13:01:12 +00:00
Tialo 3b35ad03d3
DOC Added links for random_datasets example (#27056)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-09-18 19:47:14 +02:00
Jérémie du Boisberranger 04575f5fa3
MAINT Param validation: apply skip nested validation to all functions (#26495) 2023-06-22 18:06:24 +02:00
Adrin Jalali 42173fdb34
MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
Théophile Baranger 27cf2dd22a
MAINT Parameters validation for datasets.make_blobs (#25983)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-03-30 14:35:16 +02:00
Théophile Baranger a5b565002d
MAINT Parameters validation for datasets.make_s_curve (#26022) 2023-03-30 14:25:00 +02:00
Théophile Baranger 5f1c4f26e2
MAINT Parameters validation for datasets.make_swiss_roll (#26020) 2023-03-30 14:24:18 +02:00
Théophile Baranger 644e1670e8
MAINT Parameters validation for datasets.make_sparse_spd_matrix (#26009) 2023-03-29 11:00:53 +00:00
Théophile Baranger 8704d9f441
MAINT Parameters validation for datasets.make_spd_matrix (#26003) 2023-03-29 11:21:07 +02:00
Théophile Baranger e885c4514d
MAINT Parameters validation for datasets.make_sparse_uncorrelated (#26001) 2023-03-29 11:17:53 +02:00
Théophile Baranger f1491dff3b
MAINT Parameters validation for datasets.make_friedman3 (#25989) 2023-03-29 11:16:13 +02:00
Théophile Baranger 1d0c478f32
MAINT Parameters validation for datasets.make_friedman2 (#25986) 2023-03-29 11:13:51 +02:00
Théophile Baranger 10dbc142bd
MAINT Parameters validation for datasets.make_moons (#25971) 2023-03-27 22:51:28 +02:00
Théophile Baranger fce9a77362
MAINT Parameters validation for datasets.make_biclusters (#25945) 2023-03-27 19:46:25 +00:00
Théophile Baranger 56c4255c6a
MAINT Parameters validation for datasets.make_checkerboard (#25955) 2023-03-27 20:42:11 +02:00
Théophile Baranger b75b5aadde
MAINT Parameters validation for datasets.make_hastie_10_2 (#25967) 2023-03-27 17:37:56 +02:00
Théophile Baranger 75ae699281
MAINT Parameters validation for datasets.make_gaussian_quantiles (#25959)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2023-03-27 15:56:04 +02:00
Théophile Baranger e3d1f9ac39
MAINT Parameters validation for datasets.make_multilabel_classification (#25920) 2023-03-21 16:23:31 +01:00
Théophile Baranger 55cb632efe
MAINT Parameters validation for datasets.make_regression (#25899)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2023-03-21 15:01:33 +01:00
Théophile Baranger 940303ccab
MAINT Parameters validation for datasets.make_low_rank_matrix (#25901) 2023-03-21 12:57:19 +01:00
zeeshan lone b75ecb2885
MAINT Added Parameter Validation for datasets.make_circles (#25848)
Co-authored-by: jeremiedbb <jeremiedbb@yahoo.fr>
2023-03-14 14:01:40 +01:00
Jérémie du Boisberranger d226c9dc02
API Deprecate data_transposed in make_sparse_coded_signal (#25784) 2023-03-09 09:40:56 +01:00
sonnivs 9c7c02bb54
MAINT Parameters validation for datasets.make_friedman1 (#25674)
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
2023-02-24 10:02:19 +00:00
Arturo Amor 1714eedd60
DOC Add docstring example to make_regression (#25551)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2023-02-08 12:00:54 -05:00
Nicola Fanelli 225f14cc43
MAINT Parameters validation for sklearn.datasets.make_classification (#25474)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-02-04 16:46:58 -05:00
npache f9c454d6b7
MAINT Parameters validation for make_sparse_coded_signal (#25152)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: jeremiedbb <jeremiedbb@yahoo.fr>
2022-12-27 16:37:29 +01:00
Sabri Monaf Sabri 14bec69e13
DOC Ensures that `make_gaussian_quantiles` passes numpydoc validation (#23996) 2022-07-25 13:40:06 -04:00
stellalin7 2e49193e3f
DOC Ensures that make_spd_matrix passes numpydoc validation (#23974)
Co-authored-by: Stella Lin <stella.lin@aexp.com>
2022-07-21 19:12:43 -04:00
Kanissh 638d516f11
DOC fix link to reference book (#23705)
Updated link to book chapter in "Machine Learning: An Algorithmic Perspective" by S. Marsland.
2022-06-21 10:13:03 +02:00
Maxwell 93359b645d
MNT Use list comprehension in place of list keyword (#23259) 2022-05-02 23:41:45 +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
victoirelouis 2a4b40a0a4
Doc make make_sparse_coded_signal pass numpydoc (#22817)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-21 21:55:33 +01:00
Dea María Léon 322e92d48b
DOC corrected docstring on make_classification (#22797) 2022-03-14 09:38:20 -04:00
cdrig 9b1978d04f
DOC fix the docstring of sklearn.datasets._samples_generator.make_biclusters (#22790) 2022-03-13 17:44:12 +01:00
msabatier 887e9f7487
DOC make_regression sample_generator (#22784)
* fix sklearn.datasets._samples_generator.make_multilabel_classification doctring

* fix make_regression sample generator numpydoc
2022-03-12 17:21:20 +01:00
Thomas J. Fan 1fc86b6aac
MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
Maxwell 3d0a98d776
PERF optimize memory usage in datasets.make_s_curve (#22479) 2022-02-14 10:57:59 +01:00
Maxwell 0de3b0d1ea
ENH reduce memory usage in `make_blobs` (#22412)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-02-10 14:40:59 +01:00
Ankit Sharma 6440856fbb
DOC Ensures that make_checkerboard passes numpydoc validation (#22390) 2022-02-06 17:47:01 -05:00
Meekail Zain 9f96d42e39
ENH Replaced RandomState.rand with equivalent uniform (#22327) 2022-02-01 17:09:38 -05:00
Ankit Sharma 7861a4cb07
DOC Ensures that make_blobs passes numpydoc validation (#22342) 2022-02-01 15:23:05 -05:00
Dev514 46d914349d
DOC Ensures that make_hastie_10_2 passes numpydoc validation (#22333) 2022-01-29 17:17:02 -05:00
Dev514 bd60c82077
DOC Ensures that make_sparse_spd_matrix passes numpydoc (#22332) 2022-01-29 16:58:17 -05:00
Meekail Zain 254ea8c453
ENH Replaced RandomState with Generator compatible calls (#22271) 2022-01-28 15:49:34 -05:00
Sebastian Pujalte 5131284e19
ENH Add Swiss-Hole dataset and expand example (#21482)
* added hole to swiss roll and expanded example

* Fixed docstring for numpydoc validation

* Changed error from original docstring.

* Added test for swiss hole

Codecov check was failing because there was no test for the addition of the swisshole. I simply expanded the original test to include it.

* Formatting

* Revert "Formatting"

This reverts commit 727505b21b.

* Revert "Added test for swiss hole"

This reverts commit ae788641f1.

* Added test for Swiss Hole

* fixed test

* added changelog

* Set random state when creating the swiss roll in exampple.

* Set random state when creating the swiss hole in exampple.

* Changed test with reccommendation

* Apply suggestions from code review of plots.

Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>

* Apply grammar and naming suggestions from code review

Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>

* Defined LLE and t-SNE acronyms at beginning

* Linting

Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
2021-11-12 09:51:14 -08:00
Thomas J. Fan 3ae7c76153
STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
Thomas J. Fan 82df48934e
MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00