What's Changed * Feature/validate y weight by jinlow in https://github.com/jinlow/forust/pull/101 * Update pyproject.toml by jinlow in https://github.com/jinlow/forust/pull/102
Release fixes issue where model trained in rust couldn’t be loaded in python.
0.4.4
This release adds several new hyperparameters. - `colsample_bytree` - randomly sample columns from the data at each iteration. - `l1` - apply l1 regularization to the predicted weights. - `max_delta_step` - specify maximum change in prediction at each leaf.
0.4.3
Add the “Shapley” option as a contribution method, which if specified will use the tree shap algorithm for calculating contributions.