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
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
I was wondering if ray could be used to speed up the process. Or more specifically: Can I use ray to do cross validation and use it instead of cross_val_score()? If not, I think that would be a useful feature to add.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
Often times I want to compare different classifiers on the same dataset and I find myself writing code that looks like this:
I was wondering if ray could be used to speed up the process. Or more specifically: Can I use ray to do cross validation and use it instead of
cross_val_score()
? If not, I think that would be a useful feature to add.Thank you.
The text was updated successfully, but these errors were encountered: