CatBoost: ensemble: learning_rate: 0.03 depth: 8 loss_function: Logloss random_seed: 0 l2_leaf_reg: 10 subsample: 1 grow_policy: Lossguide # SymmetricTree or Depthwise or Lossguide bagging_temperature: 0.5 random_strength: 0 min_data_in_leaf: 20 iterations: 10000 early_stopping_rounds: 50 custom_loss: ['AUC', "F1", "Accuracy", "Precision", "Recall", "BrierScore", "Logloss"] logging_level: 'Silent' # or 'Verbose', 'Info', 'Debug' train_dir: '/tmp' # avoid write permission issues auto_class_weights: Balanced # or None, or SqrtBalanced single_model: # in this mode, the model is trained on the entire dataset using the best_iter obtained from cross-validation learning_rate: 0.03 depth: 8 loss_function: Logloss random_seed: 0 l2_leaf_reg: 10 subsample: 1 grow_policy: Lossguide # SymmetricTree or Depthwise or Lossguide bagging_temperature: 0.5 random_strength: 0 min_data_in_leaf: 20 custom_loss: ['AUC', "F1", "Accuracy", "Precision", "Recall", "BrierScore", "Logloss"] logging_level: 'Silent' # or 'Verbose', 'Info', 'Debug' train_dir: '/tmp' # avoid write permission issues auto_class_weights: Balanced # or None, or SqrtBalanced