由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - ROCR package in R - how to set cutting point?
相关主题
roc curve in RSupport vector machine的优点是什么
How to do ROC curve in R?银行还是生统?contractor还是permanent?
计算机vision中最常用的是哪种classifier?model the probability of recurrence??
高维问题急问,如何修改Survival curve Y坐标(Prob)的最小值?
ordered label in ROCRInterview时应该怎样描述自己做过的Project?
Help:ROC from RSAS neural network 和 SVM 的macro
面试:nonlinear regression, predictive modeling, machining learning问什么?SVM和logistic regression 的比较
proc logistic: how to build 2 X 2 classification table谁来解释解释c-statistic为什么等于AUC
相关话题的讨论汇总
话题: rocr话题: cutting话题: set话题: package话题: point
进入Statistics版参与讨论
1 (共1页)
S******y
发帖数: 1123
1
I am using ROCR package in R for binary classification.
I am now using default to get ROC curves (true positive vs. false positive).
How can I set my own cutting points (i.e. if prediction prob > 0.65 then
classify as 1; else 0).
How does ROCR set its default cutting points?
Thanks!
D******n
发帖数: 2836
2
ROC was exactly invented to avoid setting up a cutoff.
Each point of the curve corresponds to one cutoff.

).

【在 S******y 的大作中提到】
: I am using ROCR package in R for binary classification.
: I am now using default to get ROC curves (true positive vs. false positive).
: How can I set my own cutting points (i.e. if prediction prob > 0.65 then
: classify as 1; else 0).
: How does ROCR set its default cutting points?
: Thanks!

S******y
发帖数: 1123
3
谢谢回复。。。
继续钻研中。。。
觉得可能要读ROCR的source code 才能完全明白。。。
我的问题原于这个example-
http://heuristically.wordpress.com/2009/12/23/compare-performance-machine-learning-classifiers-r/
记得好像自己以前用过SVM,KNN得到的是predicted probabilities. 需要自己决定cut
off points...
1 (共1页)
进入Statistics版参与讨论
相关主题
谁来解释解释c-statistic为什么等于AUCordered label in ROCR
如何evaluate对binomial distribution的预测模型Help:ROC from R
谁给说说到底如何在一堆变量中找到the biggest contributing factor?面试:nonlinear regression, predictive modeling, machining learning问什么?
一道conditional probability的问题proc logistic: how to build 2 X 2 classification table
roc curve in RSupport vector machine的优点是什么
How to do ROC curve in R?银行还是生统?contractor还是permanent?
计算机vision中最常用的是哪种classifier?model the probability of recurrence??
高维问题急问,如何修改Survival curve Y坐标(Prob)的最小值?
相关话题的讨论汇总
话题: rocr话题: cutting话题: set话题: package话题: point