Community Call – Reproducible Workflows at Scale with drake

[This article was first published on rOpenSci - open tools for open science, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Ambitious workflows in R, such as machine learning analyses, can be difficult to manage. A single round of computation can take several hours to complete, and routine updates to the code and data tend to invalidate hard-earned results. You can enhance the maintainability, hygiene, speed, scale, and reproducibility of such projects with the drake R package. drake resolves the dependency structure of your analysis pipeline, skips tasks that are already up to date, executes the rest with optional distributed computing, and organizes the output so you rarely have to think about data files. This talk demonstrates how to create and maintain a realistic machine learning project using drake-powered automation.

This 1-hour Community Call will include a presentation by drake developer, Will Landau, and at least 20 minutes for Q & A.

???? See speaker bio below.

Join the Call

???? Tuesday, September 24, 2019, 9-10 AM PDT (find your local time)

☎️ Everyone is welcome. No RSVP needed. Details to join the Call will be added here one week prior to the event.

???? After the Call, we’ll post the video and collaborative notes on the archive page.

Resources

Speaker

headshot of Will Landau Will Landau is a Research Scientist at Eli Lilly and Company, where he develops methods and software for statisticians. Prior to joining Lilly, he earned his PhD in Statistics from Iowa State University.
Will on GitHub, Twitter, Website, rOpenSci

To leave a comment for the author, please follow the link and comment on their blog: rOpenSci - open tools for open science.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)