Skip to content

0.2

Compare
Choose a tag to compare
@neylsoncrepalde neylsoncrepalde released this 13 Aug 21:54
· 163 commits to master since this release
af4a67c

Improvements

  • predict.py script to make batch predictions
  • Dockerfile
  • Wrapper has a get_preprocessing method to access its own preprocessing instance

Bug fixes

  • Wrapper save_model method now saves the wrapper instance, not the inner dictionary
  • train.pysaves the wrapper artifact in the output folder to make it easier for building a docker image
  • hermione has a new predict command to call predict.py from terminal