EpistasisLab / EpistasisLab/tpot
Exporting pipeline as JSON and ability to recreate the pipeline from JSON
Open
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to be able to export the pipeline as a json file and use them later on, example if you have to create pipelines for subsets of your training data based on some filter criteria.
## Expected result
Ability to export as json file
`tpot.export('customer_18345_pipeline.json')`
## Current result
Currently a pipeline can be exported as .py file
`tpot.export('customer_18345_pipeline.py')`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.