Sebastian Fischer

Results 78 comments of Sebastian Fischer

What is the status here? If there is anything simple that I can contribute (I don't have experience with these kinds of things) let me know :)

Hey :) What is the status here?

Thanks! Is this an actual bug that will be addressed or am I simply misusing the pak function?

I thought the latest pak update solved this, but I still get an error: ``` r pak::pkg_install("catboost=catboost/catboost/catboost/R-package") #> #> ✔ Updated metadata database: 3.58 MB in 3 files. #> ✔...

The problem is the farff parser. Changing to the (slower) RWeka reader works fine. Furthermore you can use the [mlr3oml](https://github.com/mlr-org/mlr3oml) package as well. ``` r library(OpenML) setOMLConfig(arff.reader = "RWeka") #>...

Is there any activity on this feature?

Which importance method for a svm do you have in mind?

I meant the `importance` method of the svm, on whose basis the recursive feature selection would take place. The error code you showed (`Error in learner$importance() : attempt to apply...

I don't think we should mention the caching, because afaik we don't cache intermediate results in pipelines. The other things you suggest are partly already mentioned in the intro. In...