EpistasisLab / EpistasisLab/tpot
Add the ability to pickle TPOTRegressor object
Open
enhancement
question
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
The following text is more of a feature request than a bug report.
I have been using Flask to create a web app before trying TPOT. Flask requires a pickle file of the model to predict and display the result on the web app. However, since the TPOT object is not pickle-able, the web app isn't functional anymore.
It would be great if the ability to pickle the TPOTRegressor object is added.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.