-
Add more Learners from `RWeka` to `mlr3learners.rweka`.
[mlr3learners.rweka](https://github.com/mlr3learners/mlr3learners.rweka)
[Pull Request](https://github.com/mlr3learners/mlr3learners.rweka/p…
-
I work very mutch with the packages RWeka and multicore. If you try to run J48 or any tree of RWeka with multicore we hava some errors.
Example I:
library(RWeka);
library(multicore);
mclapply(1:100…
-
I'm creating a SageMaker notebook using R, and I installed the R Kernel correctly so that I can run R inside a Jupyter notebook. There are a few issues I've noticed with installing packages, but they …
-
I'm trying to use FSelectorRcpp::discretize as a drop-in replacement for RWeka::Discretize because it is so much faster and doesn't have to deal with the RJava mess. RWeka::Discretize always works wi…
-
Hi,
I was trying to make my RWeka code run on an headless server running Debian Wheezy & R 3.1.2.
Anytime I execute an RWeka function, I very quickly get the error:
"GLib-GIO-ERROR **: Settings sche…
-
I have this error message when loading mlr3verse:
```
require(mlr3verse)
Loading required package: mlr3verse
Loading required package: mlr3
Loading required package: mlr3filters
Loading requ…
-
All package names are now lowercase only. @henrifnk please also rename this one.
pat-s updated
4 years ago
-
This is an initial issue for JRip implementation.
https://github.com/henrifnk/mlr3learners.RWeka
All check are running so far but there are is an issue left:
https://github.com/henrifnk/mlr3learn…
-
Thanks!
- [x] Apply mlr-style (also to /inst) files
- [x] prefix `invoke` with `mlr3misc::`
- [x] replace `do.call()` with `mlr3misc::invoke()`
- [x] Check spelling: https://github.com/hen…
pat-s updated
4 years ago
-
Several methods, e.g. "plor", "gcvEarth","bagEarthGCV","bag","blackboost" etc, return the same problem.
Error: `Something is wrong; all the logLoss metric values are missing.`
Warning: ```2: In no…