rstats

Dive into {dplyr}

New to {dplyr}? This post is a thorough introduction to the basics of the {dplyr} R package, and covers the five main functions: arrange(), filter(), select(), mutate(), and summarise()

{tidymodels} and XGBoost

A gentle introduction to using {tidymodels} with XGBoost, this post goes through all of the necessary steps to train an XGBoost model and make predictions using the Palmer Penguins data set.