Closed berndbischl closed 5 years ago
it apears to be in style/setup
survmisc should also be banished to the relevant slideset - or removed completely
there are a million of packages in the setup file, make the list a LOT smaller
seems to be used in some examples, needs to be checked
still used here bischl@bb-X1-Carbon-5th-home:~/cos/lecture_i2ml (master) $ ack RWeka exercises/single-exercises/trees_a_1.Rnw 7: \item Import the dataset to R. The dat-file from the second url is actually in ARFF-format and can be read in via \texttt{read.arff} from the package \texttt{RWeka}, or \texttt{readARFF} from the package \texttt{farff}. (You may have to delete the rows \textit{inputs} and \textit{outputs} from the dat-file...)
exercises/single-exercises/trees_l_1.R 5:library(RWeka)
04-trees/rsrc/r-examples.R 34:library(RWeka)
style/setup.Rnw 34:#library(RWeka)
code-demos/code_demo_4.Rnw 22: Implemented in the R-package \pkg{RWeka} with function \code{J48()}.
code-demos/.ipynb_checkpoints/d4-checkpoint.ipynb 154: "library(RWeka)\n",
code-demos/d4.ipynb 154: "library(RWeka)\n",
03-performance/rsrc/compare-cv-example.R 36:setOMLConfig(arff.reader = "RWeka", server = "https://www.openml.org/api/v1") bischl@bb-X1-Carbon-5th-home:~/cos/lecture_i2ml (master) $
This function: setOMLConfig uses RWeka as default, farff is also possible
we hate RWEKA, it is java