mlr-archive / mlr-tutorial

The mlr package online tutorial
http://mlr-org.github.io/mlr/
20 stars 11 forks source link

Error when compiling bagging tutorial #75

Closed SteveBronder closed 7 years ago

SteveBronder commented 7 years ago

Getting this error when doing ./build

./build
# Loading required packages ...
# Building PDF version...
# Knitting file 'advanced_tune.Rmd' ...
# Knitting file 'bagging.Rmd' ...
# Quitting from lines 64-71 () 
# Error in train.default(learner = bag.lrn, task = bh.task, subset = train.inds) : 
#   argument "y" is missing, with no default
# Calls: lapply ... withVisible -> eval -> eval -> train -> train.default
# Execution halted
larskotthoff commented 7 years ago

Do you have the latest versions of all packages? We build the tutorial on Travis after mlr commits, so we should notice immediately if it's broken.

SteveBronder commented 7 years ago

My computer says I do, but from yesterday we know that this whole rig is buggy.

Just to confirm, if I make a new branch in mlr-tutorial that won't mess up anything? It will just contain the new stuff for forecasting and then I can try it on my laptop

larskotthoff commented 7 years ago

That'll be fine.

SteveBronder commented 7 years ago

Could I get permissions to push? I'm getting an access denied error

larskotthoff commented 7 years ago

Should work now.

SteveBronder commented 7 years ago

Works on my laptop. Dunno why my desktop bugs out so much