sklearn models
- support sklearn models in
model()function - add helper function which should be recommended -
sklearn_model()- which will force users to usejobliboverpickle(joblib is better for numpy arrays) for dumping models to a file
model() functionsklearn_model() - which will force users to use joblib over pickle (joblib is better for numpy arrays) for dumping models to a file