mlr-archive / mlr-tutorial

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

Add functional data section #101

Closed pfistfl closed 6 years ago

pfistfl commented 7 years ago

This is a first draft for the tutorial on functional data. The section depends on several pull-requests that are not merged into mlr yet.

The Text and Structure can be reviewed though.

pfistfl commented 7 years ago

Update: The branch now contains all relevant features from the current master branch. Maybe someone could review?

SteveBronder commented 6 years ago

Did you guys rebase this yet to be up to date with gh-pages? travis works on gh-pages now

pfistfl commented 6 years ago

I do not get why travis fails here and yet works on gh-pages....

...
Knitting file 'nested_resampling.Rmd' ...
Quitting from lines 312-338 () 
Error in requirePackages(package, why = stri_paste("learner", id, sep = " "),  : 
  For learner classif.kknn please install the following packages: kknn
Calls: lapply ... addClasses -> makeRLearnerInternal -> requirePackages -> stopf
SteveBronder commented 6 years ago

Not sure, I did a rebase on mine and was able to get it to work

pfistfl commented 6 years ago

Continued in #125