catboost v0.20.1 Release Notes

Release Date: 2019-12-11 // over 4 years ago
  • 🆕 New features:

    • Have leaf_estimation_method=Exact the default for MAPE loss
    • 🌲 Add CatBoostClassifier.predict_log_proba(), PR #1095

    🐛 Bug fixes:

    • 🛠 Fix usability of read-only numpy arrays, #1101
    • 🔋 Fix python3 compatibility for get_feature_importance, PR #1090
    • Fix loading model from snapshot for boost_from_average mode