Commit Graph

14 Commits

Author SHA1 Message Date
Meekail Zain 9f96d42e39
ENH Replaced RandomState.rand with equivalent uniform (#22327) 2022-02-01 17:09:38 -05:00
Meekail Zain 254ea8c453
ENH Replaced RandomState with Generator compatible calls (#22271) 2022-01-28 15:49:34 -05:00
Dimitri Papadopoulos Orfanos 10a5468e90
DOC Remove some str/unicode leftovers from Python 2 (#21270)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-10-08 13:55:15 +02:00
Julien Jerphanion 40e1f895b1
DOC Reword score_sample's and similar interfaces' docstrings (#20979)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@inria.fr>
2021-09-08 17:53:03 +02:00
Thomas J. Fan 3ae7c76153
STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
Nico Stefani b3112e0b15
DOC Ensures BayesianGaussianMixture docstring passes numpydoc validation (#20384)
Co-authored-by: Nico Stefani <nicolas.stefani@mercadolibre.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-06-28 10:19:35 +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
tliu68 88be3c1357
Fix GaussianMixture UnboundLocalError (#20030) 2021-05-25 08:23:07 +02:00
Thomas J. Fan cf296c74ba
ENH Checks n_features_in_ after fitting in mixture (#19540) 2021-03-23 14:08:11 +01:00
Violeta d8be25f65c
DOC fixes default values documentation in sklearn/mixture module (#17476)
* fixes default values documentation in sklearn/mixture

* sklearn/mixtures extra changes to doc

Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-06-06 19:14:15 -04:00
Roman Yurchak 75d3f29e72
MAINT Remove outdated numpy and scipy backports (#16725)
* Remove unecessary numpy & scipy backports

* More fixes

* Remove unused imports
2020-03-20 13:57:18 +01:00
Nicolas Hug d205638475
MNT Introduction of n_features_in_ attr with _validate_data mtd (#16112) 2020-02-29 09:05:11 -05:00
Pierre Delanoue 06b1a19465
[DOC] Make random_state descriptions for Mixture Models (#16307) 2020-01-30 17:40:05 +01:00
Nicolas Hug 6ac9dc4878 MNT make the modules in sklearn.mixture private (#15166)
* renaming

* renamed some imports

* added test and gitignore
2019-10-16 19:16:26 +02:00