You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Python 3.6 is no longer supported.
Added support for Python 3.9 and 3.10.
Trained models can now be transpiled into Rust and Elixir 🎉
Model support:
Added support for SGDRegressor from the lightning package.
Added support for extremely randomized trees in the LightGBM package.
Added support for OneClassSVM from the scikit-learn package.
Various improvements to handle the latest versions of the supported models.
Various CI/CD improvements including migration from coveralls to codecov, automated generation of the code examples and automated GitHub Release creation.
Minor codebase cleanup.
Significantly reduced the number of redundant parentheses and return statements in the generated code.
Latest Dart language versions are supported.
Programming languages can provide native implementation of sigmoid and softmax functions.
Improved code generation speed by adding new lines at the end of a generated code.