[R] How to use AUC metric in caret

2022-09-04 Thread Neha gupta
Hello everyone I am using nested resampling in caret (5-fold outer and bootstrap inner resampling) and by default, it shows the "Accuracy" metric. How can I use it for the ROC/AUC metric? My code is: d=readARFF("apns.arff") index <- createDataPartition(d$isKilled , p = .70,list = FALSE) tr <- d[

Re: [R] Error Running arules

2022-09-04 Thread Rui Barradas
Hello, Before removing all of R, why not run update.packages() ? Hope this helps, Rui Barradas Às 17:14 de 04/09/2022, Stephen H. Dawson, DSL via R-help escreveu: I contacted the arules package maintainer. He concluded the syntax I submitted to this original post is correct. The problem h

Re: [R] Error Running arules

2022-09-04 Thread Stephen H. Dawson, DSL via R-help
I contacted the arules package maintainer. He concluded the syntax I submitted to this original post is correct. The problem he estimates is a version mismatch within my R packages, although all packages I am using come from R repositories. Specifically, something is off on the r-base version

[R] [R-pkgs] pkglite 0.2.1 is released

2022-09-04 Thread Nan Xiao
Dear all, A new version of pkglite (0.2.1) is now on CRAN (https://cran.r-project.org/package=pkglite). pkglite offers a tool, grammar, and standard to represent and exchange R package source code as text files. This version brings expanded coverage of file types (before: 88.85%, after: 96.65%