for Imbalanced data dealing with cat boost

Viewed 15653

Is there a parameter like "scale_pos_weight" in catboost package as we used to have in the xgboost package in python ?

3 Answers

CatBoost also has scale_pos_weight parameter starting from version 0.6.1

Related