When I run the code below, the following error appears:
CatBoostError: c:/goagent/pipelines/buildmaster/catboost.git/catboost/libs/target/target_converter.cpp:64: Unknown class name: "219.9033"
My Code:
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 version: 0.13
Python version: 3.7