EpistasisLab / EpistasisLab/tpot
Integration with sklearn-evaluation
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
I think adding an integration/tutorial and the right documentation of the [framework](https://github.com/ploomber/sklearn-evaluation) can go a long way.
Usually, when using tpot you'd get the final model, and then you'll check performance and results.
This will allow an easier mechanism for the users to solve the second part of it.
Here's a sample flow
1. User creates TPOT instance
2. User calls TPOT `fit()` function with training data
3. TPOT would generate the plots for model assessment and performance evaluation. (this can also be a step 4 once the user gets the predictions).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.