全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
1404 0
2015-08-13
悬赏 1 个论坛币 未解决
讨论一道SAS Statistic真题
A logistic regression model was fit on a data set where 40% of the outcomes were events (TARGET=1) and 60% were non-events (TARGET=0). The analyst knows that the population where the model will be deployed has 5% events and 95% non-events. The analyst also knows that the company's profit margin for correctly targeted events is nine times higher than the company's loss for incorrectly targeted non-event.
Given the following SAS program:

proc logistic data = LOANS des;
    model Purchase = Inc Edu;
    score data = LOANS_V out = LOANS_VS priorevent = (insert X here);
run;

data LOANS_VS;
    set LOANS_VS;
    Solicit = P_1 > (insert Y here)
run;

What X and Y values should be added to the program to correctly score the data?
A. X=40, Y=10
B. X=.05, Y=10
C. X=.05, Y=.40
D. X=.10.Y=05

求问那个Y是怎么算的呢?


二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群