Philipp Probst

Results 21 comments of Philipp Probst

Ok, there are only some datasets with size above 10 K in the OpenML or PMLB benchmarking suite. The AutoML solutions should have a time constraint parameter, so e.g. one...

Did you get the token (locally)?

We could run the code locally in RStudio by setting a `redirected` Variable in the code to avoid that the redirection is done continously. So we set `redirected

Wow, this issue is very old. ;) I guess the density issue is kind of solved. I took some code from here: [https://mlr3book.mlr-org.com/special-tasks.html](https://mlr3book.mlr-org.com/special-tasks.html ) ``` # FIXME: [library](https://rdrr.io/r/base/library.html)(["mlr3"](https://mlr3.mlr-org.com/)) [library](https://rdrr.io/r/base/library.html)(["mlr3proba"](https://mlr3proba.mlr-org.com/)) task...

The overlap of numbers issue is still valid. In https://mlr3book.mlr-org.com/basics.html I can see several plots where the numbers at the x-axis are overlapping Here an example: ![image](https://user-images.githubusercontent.com/11573242/171144489-4074a910-38e8-44e7-95e7-a70a1b47e8af.png) Maybe not a...

Yes, for example, probably there are also others than Jans Paper.

1. Ah ok, sorry I was not aware of this, but it is also hard to find out, is it? Then I will just take these parameters. 2. Ok, that...

Ok, I understand. In the graph you just want to show evaluated points. It's just a bit confusing for the user, as he is not sure what point he should...

Sorry for the late response. It would be needed to write a getOOBPredsLearner.surv.ranger like here. https://github.com/mlr-org/mlr/blob/main/R/RLearner_regr_ranger.R This does not exist yet.