-
Hi,
I am a newbie with R and mlr3.
I tried to implement the J48 algoritm with mlr3 and I am facing an issue when I want to set some hyperparameters.
My R script below:
```
> install.packages(…
-
Hi,
I just went through all classification learners doing a benchmark with them on a simple classification problem. The following learners lead to an "...please run `install_learners('classif._____…
-
Hi renv devs,
I've installed a custom built package from Github into a `renv` enabled `golem` shiny package and I'm using the `renv` cache.
I keep getting the "R Code Execution error" pop-up and …
-
Don't know if it's a bug but...
greybox seems to occupy the global namespace of function forecast() if not explicitly set. This means, if we want to use both in the same script (Hyndman's and Ivan's)…
-
I have a recipe that uses the java version of Stanford's CoreNLP. In theory I could make it work, but right now it chokes when I try to tune, because the engine isn't available to the subprocesses, I …
-
Hi!
I'm trying to run some functions with the tidyquant package, but then I've got this error:
Error: .onLoad failed in loadNamespace() for 'timetk', details: call: vector("list", length = ncol(…
-
- Repository: https://github.com/EricIto/BASiNET
Confirm the following by editing each check box to '[x]'
- [x] I understand that by submitting my package to _Bioconductor_,
the package sourc…
-
mlr3oml currently does only support ARFF format. However, OpenML has lot of data stored as sparseARFF. Although RWeka is a bad dependency, it has an arff.reader that is able to import this format, e.g…
-
I'm integrating `XMeans` learner from `RWeka` package. However I cannot create `paradox` parameters because they contain hyphens in their names.
Parameter names (see `use-kdtree`)
```{r}
> lib…
-
- @RobC-CTL Happy with either VM image or Docker
- We will use docker to get incremental builds
- @jemrobinson (James Robinson from REG) will build the Docker file / image
- Current definition of e…