Skip to main content

Questions tagged [roc]

5 votes
1 answer
228 views

I have a large dataset that covers 5 countries. I plan to build a prediction model using this dataset. I would like to compute a ROC curve for each country, and then one overall ROC curve for all ...
Laurence's user avatar
  • 123
0 votes
0 answers
71 views

I am a student working on building a predictive model. While evaluating different models, I noticed that in some cases, some AUC is around 0.75, but the ROC curve appears below the random guess line. ...
waleed almutairi's user avatar
4 votes
1 answer
272 views

I am running a model where it generates song detections with a confidence value. I then validate it across an annotated dataset. I then plot the values of TPR and FPR at each confidence threshold, ...
Aditya_Panigrahy's user avatar
2 votes
3 answers
621 views

I can see everywhere that when the dataset is imbalanced PR-AUC is a better performance indicator than ROC. From my experience, if the positive class is the most important, and there is higher ...
Vicky's user avatar
  • 41
0 votes
1 answer
119 views

I am working on a binary classification problem. I tried to evaluate a model by plotting ROC curve and calculating ROC AUC score. The calculated score is 0.9115 but the curve area looks not releastic ...
MoeCaruso's user avatar
1 vote
0 answers
50 views

Could someone please explain how ROC works with SVM? Specifically i'm using RocCurveDisplay.from_predictions(y_test, y_pred, ax=ax[1]) which works fine. Since the ...
lemintare's user avatar
0 votes
0 answers
35 views

I'm trying to calculate the ROC curve and the AUC of a binary logistic regression from scratch, without using third party methods like sklearn.metrics.roc_curve, to ...
Matteo Campagnoli's user avatar
1 vote
1 answer
198 views

I want do recreate ROC curve manually on my dataset and compare it to roc function from pROC package in R. I'm using dataset on customer churn telco.csv from Kaggle....
Nikola's user avatar
  • 11
4 votes
1 answer
548 views

About 9% of the US population have a diabetes diagnosis. So a binary random classifier that just guesses 50% positive and 50% negative would likely be incorrect when it guesses positive (leading to ...
joseville's user avatar
  • 143
1 vote
0 answers
146 views

I am performing a 10-fold Cross-validation on imbalance datasets with small n examples and large p attributes. I am plotting ROC curves by merging predicted probabilities obtained by testing on each k ...
Edoardo Taccaliti's user avatar
0 votes
0 answers
80 views

I'm working on a multiclassification task using LSTM algorithm, i generated my roc curve plots but they give scores like 1 , 0.99, 0.97 however i have an accuracy of 0.97, Precision 0.65, Sensitivity/...
biihu's user avatar
  • 21
0 votes
1 answer
123 views

While calculating the tpr and fpr, can I give both positive class probability or the actual predictions? it give different scores for me, please help me out
CK23's user avatar
  • 68
1 vote
0 answers
225 views

I was studying about the ROC curves for Logistic regression. There is a threshold in this method that determines the classification. By changing this threshold we get different confusion matrices and ...
Mina's user avatar
  • 111
3 votes
1 answer
3k views

I am a beginner doing my first ML project. I am doing a binary supervised classification on an unbalanced dataset and want to use the ROC curve as a performance metric of my models. I am using ...
Ludger's user avatar
  • 33
0 votes
2 answers
945 views

These past days, in college, we have been learning about NaiveBayes. Since it's a classification algorithm, I was wondering if I could evaluate NaiveBayes models the same way (using the same metrics) ...
ilved17's user avatar
  • 41

15 30 50 per page
1
2 3 4 5