Explore our resources
Filter by:
674 Resources
Video
Panel discussion: Growth and Data Science: Individuals, leaders, organizations and responsibilities
Hosted by Eduardo Arino de la Rubia of Instagram. With Hilary Parker, Karthik Ram, Angela Bassa, and Tracy Teal.
Video
parsnip: A tidy model interface
parsnip is a new tidymodels package that generalizes model interfaces across packages. The idea is to have a single function interface for types of specific models (e.g. logistic regression) that...
Video
pkgman: A fresh approach to package installation
The main goals of pkgman is to make package installation fast and more reliable. This allows new, simpler and safer workflows, such as separate package libraries for projects.
Video
Push straight to prod API development with R and Tensorflow at T-Mobile
When tasked with creating the first customer-facing machine learning model at T-Mobile, we were faced with a conundrum.
Video
Solving R for data science
While teaching a course using "R for Data Science", I wrote a complete set of solutions to its exercises and posted them on GitHub. Then other people started finding them. And now I'm here.
Video
Box plots A case study in debugging and perseverance
Come on a journey through pull request #2196. What started as a seemingly simple fix for a bug in ggplot2's box plots developed into an entirely new placement algorithm for ggplot2 geoms.