bike_predict icon indicating copy to clipboard operation
bike_predict copied to clipboard

Integration of {targets}

Open ian-flores opened this issue 5 years ago • 2 comments

This issue is to keep track of the integration of the {targets} package to the different components of the pipeline in this repository.

ian-flores avatar Mar 10 '21 15:03 ian-flores

Awesome -- do you have thoughts on where to integrate?

A few options that occur to me:

  1. Updating the ETL pipeline to use targets
  2. Automating model training
  3. Model scoring/quality assessment

I feel like right now 3 might be the most natural...but don't have super strong preferences.

alexkgold avatar Mar 10 '21 15:03 alexkgold

I want to do the 3 components you listed but in reverse order, starting with 3. I will re-write that R-Markdown document to be a targets pipeline that generates an R Markdown report with the metrics each time it's run.

ian-flores avatar Mar 10 '21 18:03 ian-flores