main
Commits on May 30, 2022
-
API Rename base_estimator in CalibratedClassifierCV (#22054)
Co-authored-by: Kevin Roice <[email protected]> Co-authored-by: Guillaume Lemaitre <[email protected]> Co-authored-by: Thomas J. Fan <[email protected]>
-
DOC Rework plot_hashing_vs_dict_vectorizer.py example (#23266)
Co-authored-by: Olivier Grisel <[email protected]> Co-authored-by: Julien Jerphanion <[email protected]>
-
TST Update pytest to 7.0 (#23444)
Co-authored-by: Olivier Grisel <[email protected]> Co-authored-by: Loïc Estève <[email protected]>
-
MAINT float32 support for
DistanceMetric
(#22764)Co-authored-by: Olivier Grisel <[email protected]> Co-authored-by: Jérémie du Boisberranger <[email protected]>
-
Commits on May 28, 2022
Commits on May 27, 2022
-
DOC Ensures that inplace_swap_column passes numpydoc validation (#23476)
Co-authored-by: Thomas J. Fan <[email protected]> Co-authored-by: harshit5674 <[email protected]>
Commits on May 26, 2022
Commits on May 25, 2022
-
-
MNT Removed
_safe_accumulator_op
for first-pass algorithm in `_asse……rt_all_finite` (#23446) Co-authored-by: Olivier Grisel <[email protected]>
-
MNT Small refactor of
_bagging.py
(#23460)Co-authored-by: MDouriez <[email protected]>
-
-
-
-
EHN Change default value of n_init in KMeans (#23038)
Co-authored-by: Muriel <[email protected]> Co-authored-by: Thomas J. Fan <[email protected]> Co-authored-by: Jérémie du Boisberranger <[email protected]>
-
-
-
Commits on May 24, 2022
-
DOC Point GradientBoosting towards HistGradientBoosting (#23340)
* Point GradientBoosting towards HistGradientBoosting on docstrings * Point GradientBoosting towards HistGradientBoosting on examples * Avoid the GB acronym * Iter * Apply suggestion from lesteve * Apply suggestions from code review Co-authored-by: Olivier Grisel <[email protected]> * Format * Apply suggestions from code review Co-authored-by: Julien Jerphanion <[email protected]> * Format Co-authored-by: Olivier Grisel <[email protected]> Co-authored-by: Julien Jerphanion <[email protected]>
-
ENH Deprecate
class_weight_
in regression/single class models in SV……M module (#22898) Co-authored-by: Thomas J. Fan <[email protected]>
-
Add BSD license trove classifier (#23451)
Co-authored-by: Loïc Estève <[email protected]> Co-authored-by: Thomas J. Fan <[email protected]>
-
-
Co-authored-by: Loïc Estève <[email protected]>
Commits on May 23, 2022
-
DOC Fix pinball loss fomula in linear_model.rst (#23445)
A minus sign got lost there.
-
DOC rework plot_document_classification_20newsgroups.py example (#22928)
Co-authored-by: Jérémie du Boisberranger <[email protected]> Co-authored-by: Olivier Grisel <[email protected]> Co-authored-by: Julien Jerphanion <[email protected]>
-
DOC Improved clarity, consistency and formatting for
fastica
/`FastI……CA` docstrings (#23309) * Improved clarity, consistency and formatting for FastICA docstrings * Updated wording
-
DOC Added instruction for installation on Alpine Linux (#23438)
Co-authored-by: Thomas J. Fan <[email protected]>
Commits on May 21, 2022
-
-
DOC Implement documentation suggestions pairwise distance (#23431)
Co-authored-by: Thomas J. Fan <[email protected]>
Commits on May 20, 2022
-
MAINT Use check_scalar to validate scalar in: BayesianRidge (#23051)
Co-authored-by: Guillaume Lemaitre <[email protected]>