Breaking changes:
- Function
get_feature_statistics
is replaced bycalc_feature_statistics
- Scoring function
Correlation
is renamed toCosine
- Parameter
efb_max_conflict_fraction
is renamed tosparse_features_conflict_fraction
New features:
- Models can be saved in PMML format now.
Note: PMML does not have full categorical features support, so to have the model in PMML format for datasets with categorical features you need to use set
one_hot_max_size
parameter to some large value, so that all categorical features are one-hot encoded
- Feature names can be used to specify ignored features