main
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]>
-
-
Commits on May 19, 2022
-
DOC changed <= symbol to \leq in tree module documentation (#23425)
Co-authored-by: Ivan Sedykh <`[email protected]>
-
-
-
DOC update and add release date 1.1.1 (#23416)
Co-authored-by: Jérémie du Boisberranger <[email protected]>
-
-
FIX fix performance regression in trees with low-cardinality features (…
…#23410) Co-authored-by: Guillaume Lemaitre <[email protected]> Co-authored-by: Thomas J. Fan <[email protected]>
-
Commits on May 18, 2022
-
-
-
-
-
TST use global_random_seed in sklearn/ensemble/tests/test_iforest.py (#…
…22901) Co-authored-by: jeremie du boisberranger <[email protected]> Co-authored-by: Guillaume Lemaitre <[email protected]> Co-authored-by: Olivier Grisel <[email protected]>
Commits on May 17, 2022
-
DOC Ensures that img_to_graph passes numpydoc validation (#23398)
Co-authored-by: Jérémie du Boisberranger <[email protected]>
-
ENH Add lapack driver argument to randomized svd function (#20617)
Co-authored-by: Guillaume Lemaitre <[email protected]>