ploomber/projects

Regression example

Closed this issue · 0 comments

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:

  1. loading data (can be some sample dataset)
  2. cleaning data (sample datasets are in good shape but adding some cleaning steps is good for the sake of the example)
  3. visualize clean data
  4. train model
  5. 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.