catboost v0.14.1 Release Notes

Release Date: 2019-04-13 // about 5 years ago
  • ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ”„ Changed default value for --counter-calc-method option to SkipTest

    ๐Ÿ†• New features:

    • ๐Ÿ“‡ Add guid to trained models. You can access it in Python using get_metadata function, for example print catboost_model.get_metadata()['model_guid']

    ๐Ÿ› Bug fixes and other changes:

    • Compatibility with glibc 2.12
    • ๐Ÿ‘Œ Improved embedded documentation
    • ๐Ÿ‘Œ Improved warning and error messages