Reputation: 3106
I am learning ray at the moment and I saw that there is some integration with scikit-learn. I was wondering if anybody could tell me if there is a ray implementation of cross_val_score? I know that there is hyperparamter tuning in ray, so my gut feeling is that maybe there is also a function similar or at least close to cross_val_score.
Thanks!
Upvotes: 0
Views: 325
Reputation: 2045
Hmm, tune-sklearn allows you to do a grid search and also implements cross validation. However, I agree that this is a bit roundabout -- could you file a feature request on tune-sklearn
?
Upvotes: 1