Skip to content

v0.9.0

Compare
Choose a tag to compare
@izeigerman izeigerman released this 18 Sep 19:17
  • Python 3.5 is no longer supported.
  • Trained models can now be transpiled into F# 🎉 .
  • Model support:
    • Added support for GLM models from the scikit-learn package.
    • Introduced support for a variety of objectives in LightGBM models.
    • The cauchy function is now supported for GLM models.
  • Improved conversion of floating point numbers into string literals. This leads to improved accuracy of results returned by generated code.
  • Improved handling of missing values in LightGBM models. Kudos to our first time contributor @Aulust 🎉
  • Various improvements of the code generation runtime.