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
- The drake R package
- drake User Manual
- Learn drake workshop
Speaker
Will on GitHub, Twitter, Website, rOpenSci
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.