Carlo Lemos

Results 4 issues of Carlo Lemos

### Describe the issue linked to the documentation While working on a docstring-related pull request (#24259) I noticed that, sometimes, the See Also description for the same function/class does not...

Documentation
Needs Triage

Fixes #26248. This PR adds `sample_weight` parameter to `OneHotEncoder.fit` function and calculate level frequencies using `sample_weight` sum instead of counting. Also, this enables the ranking of categories accordingly for the...

module:preprocessing
module:utils

Towards #25639. As we'll be leveraging the code of `sklearn.model_selection._classification_threshold._CurveScorer` into the implementation of the proposed `sklearn.metrics.decision_threshold_curve`, it makes sense to move the `_CurveScorer` to `metrics` as asked by @glemaitre...

module:metrics
module:model_selection
No Changelog Needed

Towards #21391. Intending to later build the `MetricThresholdCurveDisplay` following the same structure that other Displays have, this PR implements the associate curve. I decided to break the original issue into...

module:inspection