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