Adrin Jalali
|
42173fdb34
|
MNT add isort to ruff's rules (#26649)
|
2023-06-21 17:50:07 +02:00 |
Dimitri Papadopoulos Orfanos
|
2fd022d972
|
MAINT Fix typos found by codespell (#26448)
|
2023-05-31 10:19:21 +02:00 |
WEN Hao
|
b4ffba9e22
|
DOC fix broken citeseer links (#24800)
|
2022-11-02 22:37:28 +01: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 |
Ricardo Ferreira
|
0bf99b8604
|
DOC Fixes docstring in BayesianGaussianMixture (#19243)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
|
2022-04-23 15:03:59 -04: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 |
Thomas J. Fan
|
1fc86b6aac
|
MNT Update black to stable version (#22474)
|
2022-02-15 11:36:26 +01:00 |
Thomas J. Fan
|
786c4e5e39
|
DOC Adds feature_names_in_ to docstrings (#20787)
|
2021-08-26 13:44:45 +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
|
351ace7935
|
STY Uses black's with target_version >= 3.7 (#20294)
|
2021-06-17 15:50:27 -04:00 |
Thomas J. Fan
|
82df48934e
|
MNT Applies black formatting to most of the code base (#18948)
|
2021-06-17 14:21:09 -04:00 |
Tom Dupré la Tour
|
f6e6ad2d9e
|
MNT clean futurewarning for 1.0 | _deprecate_positional_args (#20002)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
|
2021-05-14 11:30:27 -04:00 |
Thomas J. Fan
|
cf296c74ba
|
ENH Checks n_features_in_ after fitting in mixture (#19540)
|
2021-03-23 14:08:11 +01:00 |
Ashutosh Kushwaha
|
7db70d5b79
|
DOC fix typo in _bayesian_mixture.py (#18766)
|
2020-11-06 18:34:05 +00: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 |
amy12xx
|
4eca61b629
|
DOC Standardize formatting for default values (#17509)
Co-authored-by: Amanda Dsouza <adsouza41@gatech.edu>
|
2020-06-06 17:00:59 -04:00 |
darioka
|
a0a23d2e3a
|
DOC Adds GaussianMixture and BayesianGaussianMixture examples (#15193)
|
2020-05-22 14:28:24 -04:00 |
Adrin Jalali
|
02309ffbda
|
API kwonly args in manifold, metrics, mixture, model_selection, multclass, multioutput (#16982)
|
2020-04-24 17:24:24 -04:00 |
Alex Henrie
|
438bb3a438
|
MNT Remove unused imports (#16665)
|
2020-03-11 10:01:51 +11:00 |
Pierre Delanoue
|
06b1a19465
|
[DOC] Make random_state descriptions for Mixture Models (#16307)
|
2020-01-30 17:40:05 +01:00 |
Chiara Marmo
|
2de018bf6e
|
DOC Fix some new sphinx warnings. (#15560)
|
2019-11-07 16:35:31 -05:00 |
Katarina Slama
|
c4545aa823
|
DOC fixed typos in mean_precision_prior in _bayesian_mixture (#15501)
|
2019-11-06 13:24:57 +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 |