简体   繁体   English

射线 + cross_val_score

[英]Ray + cross_val_score

I am learning ray at the moment and I saw that there is some integration with scikit-learn.我目前正在学习ray ,我看到与 scikit-learn 有一些集成。 I was wondering if anybody could tell me if there is a ray implementation of cross_val_score ?我想知道是否有人可以告诉我是否有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.我知道 ray 中有超参数调整,所以我的直觉是可能还有一个 function 类似或至少接近 cross_val_score。

Thanks!谢谢!

Hmm, tune-sklearn allows you to do a grid search and also implements cross validation.嗯, tune-sklearn允许您进行网格搜索并实现交叉验证。 However, I agree that this is a bit roundabout -- could you file a feature request on tune-sklearn ?但是,我同意这有点迂回——您可以在tune-sklearn上提交功能请求吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM