slds-lmu / lecture_i2ml

I2ML lecture repository
https://slds-lmu.github.io/i2ml/
Creative Commons Attribution 4.0 International
149 stars 81 forks source link

RWeka should NOWHERE be used in the slides #212

Closed berndbischl closed 5 years ago

berndbischl commented 6 years ago

we hate RWEKA, it is java

berndbischl commented 6 years ago

it apears to be in style/setup

survmisc should also be banished to the relevant slideset - or removed completely

berndbischl commented 6 years ago

there are a million of packages in the setup file, make the list a LOT smaller

berndbischl commented 6 years ago

seems to be used in some examples, needs to be checked

berndbischl commented 6 years ago

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) $

KatyFisch commented 5 years ago

This function: setOMLConfig uses RWeka as default, farff is also possible