In this blog post, I will use the tidymodels meta-package to predict the animal crossing rating.
Read moreIn this blog post, I will use LASSO model to predict the GDPR fines.
Read moreIn this blog post, I will use step_pca() provided by the recipe package to apply PCA analysis to a cocktail dataset.
Read moreIn this blog post, I will use a data set about beer brewing materials provided by TidyTuesday to make prediction for the monthly barrels of several beer materials.
Read moreIn this blog post, I will use random forest to classify a multi-classification problem on SF Trees provided by TidyTuesday.
Read moreIn this blog post, I will use LASSO model to predict IMDB rating of the Office show.
Read moreThis blog post will use three models, i.e., Random Forest, LASSO, and XGboost on data sets provided by TidyTuesday about college costs and minority information.
Read moreIn this blog post, I will use a food consumption data set provided by TidyTuesday joined by a continent data set provided by the worlddatajoin package.
Read moreIn this blog post, I will analyze a hotel booking dataset from TidyTuesday, and some of the ideas presented are inspired by Julia Silge’s blog post (link) for learning purposes solely.
Read moreIn this blog post, I will use tidyverse and tidymodels to analyze some NFL data sets from TidyTuesday.
Read more