Breaking changes
- Changed default value for
--counter-calc-method
option toSkipTest
New features:
- Add guid to trained models. You can access it in Python using
get_metadata
function, for exampleprint catboost_model.get_metadata()['model_guid']
Bug fixes and other changes:
- Compatibility with glibc 2.12
- Improved embedded documentation
- Improved warning and error messages