该错误发生在运行gridsearchcv时使用catboostclassifier和bootstrap_type='Bayesian‘。你知道那个错误是什么意思吗?
发布于 2021-11-27 04:16:37
在用CatBoostClassifier训练我的数据时,我也遇到了类似的问题。我将"subsample“参数设置为"0.5”。删除这个参数后,它对我起作用了。更多详情请访问:enter link description here
希望这是有用的。
https://stackoverflow.com/questions/66877029
复制相似问题