Skip to content

1.2.1

Compare
Choose a tag to compare
@andrey-khropov andrey-khropov released this 28 Aug 20:57

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