github catboost/catboost v1.2.1
1.2.1

latest releases: v1.2.5, v1.2.3, v1.2.2...
8 months ago

New features

Improvements

  • Speedup BM25 feature calcers 3x
  • Use int instead of deprecated numpy.int. #2378
  • Add ModelCalcerWrapper::CalcFlatTransposed, #2413 thanks to @faucct
  • Update dependencies to avoid known vulnerabilities

Bugfixes

  • Fix __shfl_up_sync mask. #2339
  • TFocalMetric negative values fix. #2386, thanks to @diditforlulz273
  • Focal loss: Use user-defined alpha and gamma
  • Fix exception propagation: Rethrow exceptions caused by user's python code as C++ exceptions
  • CatBoost trained with user defined objective was incompatible with ShapValues calculation
  • Avoid nan's in Newton step calculation for RMSEWithUncertainty
  • Fix score method for y with shape (N, 1). #2405
  • Fix scalePosWeight support for Spark. #2470

Don't miss a new catboost release

NewReleases is sending notifications on new releases.