Releases: maxmind/xgb2code
Releases · maxmind/xgb2code
v1.1.0
v1.0.0
- Refactored the codebase to allow using the code generation functionality as a
library. - Added support for the
reg:logistic,binary:logitraw,reg:squarederror,
reg:linear,reg:absoluteerror,reg:pseudohubererror, and
reg:quantileerrorobjectives. The model'sbase_scoreis now applied as an
intercept, and the sigmoid is only applied for the logistic objectives
(binary:logisticandreg:logistic). Unsupported objectives, multi-output
models (such as multi-target regression or multi-quantile
reg:quantileerror), and forest models (num_parallel_treegreater than one)
trained with early stopping now produce a clear error.