Skip to content

v0.5.0

Compare
Choose a tag to compare
@izeigerman izeigerman released this 01 Dec 18:38

Quite a few awesome updates in this release. Many thanks to @StrikerRUS and @chris-smith-zocdoc for making this release happen.

  • Visual Basic and C# joined the list of supported languages. Thanks @StrikerRUS for all the hard work!
  • The numpy dependency is no longer required for generated Python code when no linear algebra is involved. Thanks @StrikerRUS for this update.
  • Fixed the bug when generated Java code exceeded the JVM method size constraints in case when individual estimators of a GBT model contained a large number of leaves. Kudos to @chris-smith-zocdoc for discovering and fixing this issue.