Skip to content

Releases: jinlow/forust

v0.4.8

09 May 23:38
0abe9fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.7...v0.4.8

v0.4.7

12 Apr 16:24
71490e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.4.7

v0.4.6

24 Mar 17:39
92ed123
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6

v0.4.5

17 Dec 21:12
3e2ebe5
Compare
Choose a tag to compare

Release fixes issue where model trained in rust couldn’t be loaded in python.

v0.4.4

13 Dec 17:35
Compare
Choose a tag to compare

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.

v0.4.3

05 Dec 13:32
c33138c
Compare
Choose a tag to compare

Add the “Shapley” option as a contribution method, which if specified will use the tree shap algorithm for calculating contributions.

v0.4.2

20 Oct 20:34
bdc68b0
Compare
Choose a tag to compare

Fixed bug where missing might not be considered missing if greater than the minimum.

v0.4.1

17 Oct 21:54
8e91a76
Compare
Choose a tag to compare

Add number_of_trees attribute, and also clean up tree loop a little bit.

v0.4.0

16 Oct 15:34
9fd0347
Compare
Choose a tag to compare

Change evaluation dataset order, so that the last value is used for early stopping to align with XGBoost.

v0.3.4

13 Oct 19:07
efc4687
Compare
Choose a tag to compare

New release introduces trees_to_dataframe method.