Skip to content

Releases: NVlabs/gbrl

v1.0.5

07 Nov 16:05
Compare
Choose a tag to compare

Fixed issues with PyTorch integration that prevents compilation.

1.0.4

22 Sep 14:37
746ab52
Compare
Choose a tag to compare

Improved PyTorch integration

The step and predict/__call__ functions, GBRL functions in GBRL now work directly with PyTorch tensors, eliminating the need to clone data to the CPU and convert it to NumPy.

v1.0.2

30 Jul 16:43
Compare
Choose a tag to compare
  • Removed the limitation of using only two optimizers.
  • Changed naming of GradientBoostingTrees class to GBRL.

v1.0.1

12 Jul 04:41
Compare
Choose a tag to compare

Added SHAP values

v1.0.0

04 Jun 14:38
Compare
Choose a tag to compare

Initial codebase release