Changes:
- Support saving models in ONNX format (only for models without categorical features).
- Added new dataset to our
catboost.datasets()
-- dataset epsilon, a large dense dataset for binary classification. - Speedup of Python
cv
on GPU. - Fixed creation of
Pool
frompandas.DataFrame
withpandas.Categorical
columns.