tpot icon indicating copy to clipboard operation
tpot copied to clipboard

Integration with sklearn-evaluation

Open idomic opened this issue 2 years ago • 0 comments

I think adding an integration/tutorial and the right documentation of the framework 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).

idomic avatar Jan 12 '23 16:01 idomic