雷 + cross_val_score

Ray + cross_val_score

我在学习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? 我知道在ray中有超参数调整,所以我的直觉是,也许还有一个类似或至少接近cross_val_score的功能。

谢谢!

嗯,tune-sklearn 允许您进行网格搜索并实现交叉验证。但是,我同意这有点迂回——您可以在 tune-sklearn 上提交功能请求吗?