当我运行下面的代码时,出现以下错误:
CatBoostError: c:/goagent/pipelines/buildmaster/catboost.git/catboost/libs/target/target_converter.cpp:64: Unknown class name: "219.9033"
我的代码:
model=CatBoostRegressor(iterations=1000,
depth=5,
learning_rate=0.03,
loss_function='RMSE',
eval_metric='AUC',
l2_leaf_reg=10,
metric_period=50,
thread_count=32,
random_seed=42)
Catboost版本:0.13
Python版本:3.7