Write model to local

PHOTO EMBED

Wed Mar 16 2022 11:47:18 GMT+0000 (Coordinated Universal Time)

Saved by @abhin__dev

import joblib
# Write out the model fit on the whole training set
joblib.dump(cv.best_estimator_, 'mdl_raw_original_features.pkl')
content_copyCOPY