python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get the ROC curve of a neural network?
I'm trying to get the ROC curve for my Neural Network. My network uses pytorch and im using sklearn to get the ROC curve. My model outputs the binary right and wrong and also the probability of the ou...
Samuel Fipps
Votes: 0
Answers: 1
How to combine several roc curves in one graph in R?
I draw 4 roc curves for 4 models, and want to put them together in one graph so that I can compare.
library(pROC)
lr.probs <- predict(lr_model, newdata=test1, type='response')
lr.plot <- plot...
SquirtleBig
Votes: 0
Answers: 1
How to combine two ROC curves into one graph?
I am trying to plot two ROC curves into the same graph to compare the two visually.
I used the pROC package, but can't figure out how to combine the plots.
This is the code I used to calculate and plo...
Shnetti
Votes: 0
Answers: 1
changing null hypothesis value for sample size calculation of a single AUC
I am trying to get the sample size for a single AUC using power.roc.test in the pROC package. For example, the expected AUC is 0.97 (alternative hypothesis) and the value I am comparing to is 0.95 (nu...
slee
Votes: 0
Answers: 2