Commit Graph

18 Commits

Author SHA1 Message Date
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