Dea María Léon
Dea María Léon
#### Reference Issues/PRs Fixes #31525 #### What does this implement/fix? Explain your changes. As @glemaitre commented, we were comparing 2 different-size arrays: `param_value != init_default_params[param_name]` #### Any other comments? 😱
#### Reference Issues/PRs Towards https://github.com/scikit-learn/scikit-learn/issues/26595 #### What does this implement/fix? Explain your changes. Display the (public) fitted attributes with their type. Shows also shape for array-valued attributes. #### Any other...
#### Reference Issues/PRs Towards https://github.com/scikit-learn/scikit-learn/issues/22827 #### What does this implement/fix? Explain your changes. #### Any other comments?
#### Reference Issues/PRs Towards https://github.com/scikit-learn/scikit-learn/issues/26595 #### What does this implement/fix? Explain your changes. Adding a table with the estimator's methods with their signature, and links to their documentation. #### Any...
#### Reference Issues/PRs Towards #26595 #### What does this implement/fix? Explain your changes. This is part of "Display the (public) fitted attributes". #### Any other comments? Example
#### Reference Issues/PRs This was suggested during a face to face conversation. Instead of using the `__init__` signature order, place the non-default parameters first. Note - the non-default parameters are...
#### Reference Issues/PRs #32834 #### What does this implement/fix? Explain your changes. Maybe the template/substitution can be avoided. The css doesn't change for each estimator, so why do we need...
I propose to remove repetition of CSS styling in `sklearn/utils/_repr_html/estimator.py`. Every time that a cell in a jupyter notebook (or similar) uses the HTML display method, a new CSS block...
#### Reference Issues/PRs See https://github.com/scikit-learn/scikit-learn/issues/32146#issuecomment-3450807154 #### What does this implement/fix? Explain your changes. This PR corrects the ColumnTransformer dotted-line. It was wrongly including the regressor, when remainder was "passthrough". This...