Skip to content

v4.5.0

Compare
Choose a tag to compare
@saattrupdan saattrupdan released this 05 Jul 13:29
· 51 commits to main since this release
d30d00c

Added

  • Now saves the models during training with a Boot and reuses those during inference,
    speeding up inference. Thanks to @andrepugni for this contribution!

Fixed

  • Downgraded tables to 3.7.x to fix an installation bug.
  • Downgraded scikit-learn to >=1.1,<1.3, as the decision tree API in v1.3 is
    incompatible with the previous ones. This will be dealt with separately in the
    future.