You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to try and work on implementing dask_ml when running imblearn.
I've opened an issue on dask_ml issue # 317 however I thought it would be a good idea to ping this repo.
I wanted to ask if someone is already working on such implementation, and if not - is there any additional input that can assist while working on the above issue.
The text was updated successfully, but these errors were encountered:
The thing is that we would need to handle dask array and dask dataframe which is not compatible with scikit-learn (at least they will be converted to NumPy array). One need to modify the sampler to handle the dask array natively.
Hi,
I want to try and work on implementing
dask_ml
when runningimblearn
.I've opened an issue on dask_ml issue # 317 however I thought it would be a good idea to ping this repo.
I wanted to ask if someone is already working on such implementation, and if not - is there any additional input that can assist while working on the above issue.
The text was updated successfully, but these errors were encountered: