Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about roc

Read more about roc

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - roc

How to make ROC Curves with survey objects

I'm trying to build a ROC curve with data from a survey object from surveyr. But the pROC function cannot coerce a survey object back to a data frame for the analyses and it doen't work with the surve...
test-img

João Camargos

r

survey

roc

Votes: 0

Answers: 1

Latest Answer

The pROC::roc function doesn't accept sampling weights, so it's not just a matter of data formats -- you can extract a data frame from a survey object with model.frame, but roc still won't be doing a ...
test-img

Thomas Lumley

How number of thresholds is defined in sklearn roc_curve function?

When I used sklearn function roc_curve on my data with logistic regression model: roc_curve(y_test, predictions_test) I got this result: (array([0. , 0.1, 1. ]), array([0. , 0.865, 1. ]), array([...
test-img

Ir8_mind

python

python-3.x

scikit-learn

roc

Votes: 0

Answers: 1

Latest Answer

As you might see from the source code (within the call to _binary_clf_curve(), in turn called by roc_curve() here) the number of thresholds is actually defined by the number of distinct predictions_te...
test-img

amiola

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved