当我运行 catboost 回归器时,我的训练和测试图在大约 1000 次迭代时会出现奇怪的扭结。该图附在下面,我的回归器设置如下:
cat_model=CatBoostRegressor(iterations=2500, depth=4, learning_rate=0.01, loss_function='RMSE', thread_count=-1, use_best_model = True, random_seed=12, random_strength=10, rsm=0.5)
我尝试了 leaf_estimation_iterations 和 bagging_temperature 的不同值,但没有取得任何成功。关于我应该尝试获得更好结果的任何建议。