Articles by Econometrics and Free Software

A tutorial on tidy cross-validation with R

November 24, 2018 | Econometrics and Free Software

Introduction This blog posts will use several packages from the {tidymodels} collection of packages, namely {recipes}, {rsample} and {parsnip} to train a random forest the tidy way. I will also use {mlrMBO} to tune the hyper-parameters of the random forest. Set up Let’s load the needed packages:
library("tidyverse")
library("tidymodels")
library("parsnip")
library("brotools")
library("mlbench")
Load ... [Read more...]

Forecasting my weight with R

June 23, 2018 | Econometrics and Free Software

I’ve been measuring my weight almost daily for almost 2 years now; I actually started earlier, but not as consistently. The goal of this blog post is to get re-acquaiented with time series; I haven’t had the opportunity to work with time series for a long time now and ... [Read more...]
1 7 8 9 10 11 12

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)