Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 852 Bytes

CHANGELOG.md

File metadata and controls

63 lines (49 loc) · 852 Bytes

Release notes

v0.0.12

Changed

  • transformers style API

Fixed

  • pandas version conflict

v0.0.4 Add models support (21/11/2022)

Added

  • input support

    • tf.Data or array
    • single item or three items
  • function support

    • serving
  • model support

    • tft
    • nbeats
    • unet
    • informer
    • deepar

v0.0.3 Add models support (21/10/2022)

Added

  • function support

    • serving
  • model support

    • tft
    • nbeats
    • unet

v0.0.2 Add function support (1/10/2022)

Added

  • function support
    • classification

v0.0.1 Initial release (15/03/2022)

Added

  • model support
    • rnn
    • tcn
    • bert
    • seq2seq
    • wavenet
    • transformer
  • example support
    • sine data
    • air passenger data
  • train
    • trainer
    • keras_trainer

Contributor

  • LongxingTan