Commit Graph

20 Commits

Author SHA1 Message Date
Adrin Jalali 42173fdb34
MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
Jérémie du Boisberranger 9c266cf5d6
MAINT Param validation: decorate all estimators with _fit_context (#26473) 2023-06-14 16:52:35 +02:00
Guillaume Lemaitre 9e47147a17
MAINT remove unecessary check covered by parameter validation framework (#26014) 2023-03-29 14:30:45 +00:00
Thomas J. Fan 02ebf9e68f
MNT Adds dict typing hint to _parameter_constraints for mypy (#24301) 2022-08-30 11:01:10 +02:00
x110 610ada79c9
MAINT (Bayesian)GaussianMixture use _validate_params (#24021)
Co-authored-by: jeremiedbb <jeremiedbb@yahoo.fr>
2022-07-29 18:39:31 +02:00
Alberto Mario Ceballos-Arroyo 3540b00844
ENH Add new initialization methods for Gaussian Mixture (#20408)
Co-authored-by: Gordon Walsh <gordon.p.walsh@gmail.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Andres David Rios Ramirez <ariosramirez.data@gmail.com>
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-04-06 13:40:46 +02:00
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