Releases: Clearbox-AI/clearbox-wrapper
Releases · Clearbox-AI/clearbox-wrapper
Clearbox Wrapper v0.3.2
Replace dill with cloudpickle
Clearbox Wrapper v0.3.1
- Add recurse=True to dill settings.
Clearbox Wrapper 0.3.0
- Forked from MLFlow, removed Mlflow dependencies, rewritten class
- Add preprocessing and data_preparation classes
- Add possibility to predict without preprocessing and data_preparation
- Add model, preprocessing and data_preparation signatures.
Clearbox Wrapper v0.2.4
Clearbox Wrapper v0.2.4
- Change the way the wrapper check the framework used: it looks at the model super-classes;
- Add the variable
__version__; - The default way to import the package is now
import clearbox_wrapper.
Clearbox Wrapper v0.2.3
Fixed issue with Pytorch models, error in tests code.
Clearbox Wrapper v0.2.2
First release via Github to trigger new CD.