mlr-archive / mlr-tutorial

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

Tutorial build fails after partial dependence changes #63

Closed larskotthoff closed 8 years ago

larskotthoff commented 8 years ago
Knitting file 'parallelization.Rmd' ...
Knitting file 'partial_dependence.Rmd' ...
Quitting from lines 190-193 () 
Error in jacobian.default(func = f, x = x, obj = obj, data = data[idx,  : 
  incorrect number of subscripts
Calls: lapply ... sapply -> lapply -> FUN -> <Anonymous> -> jacobian.default
Execution halted
berndbischl commented 8 years ago

@zmjones pls fix and also add a unit test for this case

zmjones commented 8 years ago

should be fixed by https://github.com/mlr-org/mlr/pull/1243

zmjones commented 8 years ago

fixed now

schiffner commented 8 years ago

Thx very much.