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[
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
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
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%
4 matches
Mail list logo