Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 621 Bytes

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 621 Bytes

Change Log

All notable changes to this project will be documented in this file.

[Unreleased] - 2021-01-20

Added

  • PyTorch model visualization

[Unreleased] - 2020-11-01

Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.

Added

  • PyTorch converter from XGBoost, LightGBM, Sci-kit Learn, and ONNX models.
  • ONNX converter from XGBoost, LightGBM, Sci-kit Learn, and Keras models.
  • Part of CI tests for PyTorch converters and ONNX converters.

Changed

  • Required packages to include only packages used by import statement.

Fixed