0.2
Improvements
predict.py
script to make batch predictionsDockerfile
- 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.py
saves the wrapper artifact in the output folder to make it easier for building a docker image- hermione has a new
predict
command to callpredict.py
from terminal