Guillaume Lemaitre

Results 62 issues of Guillaume Lemaitre

Add a `PredictionErrorDisplay` which is useful when dealing with regression. Edit: Partially addresses #16608.

module:metrics

Add a new display to plot the output of `learning_curve` with sensible default.

module:model_selection

Opening an issue for a bug reported in scikit-learn by @AnotherSamWilson. xref: https://github.com/scikit-learn/scikit-learn/issues/20867 Unfortunately, I was not able to reproduce it on a Linux machine. ### Describe the bug When...

Some scikit-learn estimators rely on the sample_weight but the current Sampler do not accept it. We should be able to at least sample the sample_weight as well. However, it should...

This PR does: - deprecate `estimator_` in favour of `n_neighbors_` - accept any arbitrary knn classifier that has a `n_neighbors` parameter

POC to see if we can make at least the `RandomUnderSampler` and `RandomOverSampler` accept some dask array and dataframe Note: - https://github.com/dask/dask-ml/issues/317 - #701

Implement the last point of #462 and should be merged after it. Partially addressing #460

SMOTE/ADASYN classes currently do not provide a `sample_indices_` attribute since they are generating samples that do not belong to the original dataset. However, we could create a new semantic for...

Type: Enhancement

This is a non exhaustive list of the methods that can be added for the next release. Oversampling: - [ ] SPIDER - [ ] MWMOTE - [ ] SMOTE-SL...

Type: Enhancement
Status: Help Wanted

As the BalancedBaggingEnsemble, it could be possible to create a meta-estimator using the BalanceEnsemble sampler.

Type: Enhancement
Status: Help Wanted