Breaking changes:
- Renamed column
Feature Index
toFeature Id
in prettified output of python methodget_feature_importance()
, because it supports feature names now - Renamed option
per_float_feature_binarization
(--per-float-feature-binarization
) toper_float_feature_quantization
(--per-float-feature-quantization
) - Removed parameter
inverted
from pythoncv
method. Addedtype
parameter instead, which can be set toInverted
- Method
get_features()
now works only for datasets without categorical features
New features
- A new multiclass version of AUC metric, called
AUC Mu
, which was proposed by Ross S. Kleiman on NeurIPS 2019, link - Added time series cv
- Added
MeanWeightedTarget
infstat
- Added
utils.get_confusion_matrix()
- Now feature importance can be calculated for non-symmetric trees