Regression example
Closed this issue · 0 comments
edublancas commented
Note: working on this requires some familiarity with ploomber
We have a classification example but we're missing a regression one. It'd be to have one that has the following tasks:
- loading data (can be some sample dataset)
- cleaning data (sample datasets are in good shape but adding some cleaning steps is good for the sake of the example)
- visualize clean data
- train model
- evaluate model
The structure is:
load -> clean -> viz
clean -> train -> evaluate
Please make each task a script.
Whatever metric/plot you use to evaluate the model, please add a short explanation and a link to learn more.
Check out the contributing guide for details.