Commit Graph

18 Commits

Author SHA1 Message Date
Albert Villanova del Moral 7e545e1724
DOC Fix versionadded for 0.23 (#18522) 2020-10-05 10:23:32 +11:00
Albert Villanova del Moral 647fcb1ac1
DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
Ram Rachum 61ec6b9b79
MNT Use raise from in 19 modules (#17835) 2020-08-25 08:57:29 +02:00
Frans Larsson e2ed74b734
DOC fix docstring for datasets module following doc guideline (#18241) 2020-08-23 09:56:03 +02:00
Jin Li 0a35cf18df
DOC Changed Doc to replace "optional" with "default" (#17982)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-07-30 15:15:51 -04: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
Michael 77688126df
DOC update the default in datasets and impute modules to follow guideline (#17512)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-06-15 15:44:07 +02:00
Lucy Liu 689e6fc4f6
DOC Fix formatting in docstring of make_moon (#17528) 2020-06-09 13:33:10 +02:00
Nicolas Hug 226e5c478d
MNT Use Vt instead of V as returned by svd() (#17100) 2020-05-05 19:52:07 +02:00
Adrin Jalali 1ba06518c5
API make load_* args in datasets kwarg only (#16719)
* API male load_* args in datasets kwarg only

* more loaders

* pep8

* fix test_omp usage

* fix some usages

* Update sklearn/datasets/_samples_generator.py

Co-Authored-By: Thomas J Fan <thomasjpfan@gmail.com>

Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
2020-04-27 14:41:35 -04:00
Alex Liang 7ede0285db
DOC add detail about flip_y parameter in make_classification (#17049) 2020-04-26 16:04:23 -04:00
Ekaterina Borovikova 4755ae76d2
DOC Add versionchanged and versionadded for v0.20 (#16199)
Co-Authored-By: Adrin Jalali <adrin.jalali@gmail.com>
Co-Authored-By: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
2020-04-26 09:29:36 -04:00
Venkatachalam N ac9c3e1d33 ENH adding return_centers param in make_blobs (#15709) 2020-01-22 22:10:39 +08:00
Guillaume Lemaitre cb86aae1ed
DOC improve random_state docstring of datasets module (#16057) 2020-01-08 18:52:31 +01:00
Rushabh Vasani 11147a13ed Argument validation in make_multilabel_classification() (#16006) 2020-01-04 18:35:25 +01:00
Maciej J Mikulski e94b67a4d3 ENH Allow two-element tuple as n_samples argument in make_circles and make_moons (#15707) 2019-12-08 04:51:31 -06:00
Kesshi Jordan 084a35158a DOC clarified documentation on flip_y for make_classification (#15465) 2019-11-02 19:25:42 +01:00
Thomas J Fan 4a95e33e63 MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00