mokapot
mokapot copied to clipboard
Also load scaler when loading model
As discussed here, currently when the model is loaded, a StandardScaler is not loaded by newly instantiated. It would be desirable to give the user the flexibility to decide what they want specifically.
TODO
- [ ] implement saving and loading of the Scaler, similar to saving and loading the model.