s****u 发帖数: 1200 | 1 glmselect 太好用了,把training ,和validation data 一起放进去,选择的variable
真是有块又好啊,不会出现在validation 和dev 中performance 的巨大差距。
那logistic 有没有类似的好东西啊?只知道可以在Miner里面做,要是sas 也有类似的
procedure 就好了。有木有啊? |
|
D**u 发帖数: 288 | 2 no as far as I know,如果真是想用glmselect的话,可以把response变成1 和 -1,然
后cutoff 取 0 作 predicted response. |
|
s****u 发帖数: 1200 | 3 谢谢。这个cutoff 是指小于0的都算0,大于1的算1么?
★ 发自iPhone App: ChineseWeb 7.8 |
|
D**u 发帖数: 288 | 4 对,这是有根据的哦,参见The Elements of Statistical Learning, 2nd edition,
661页 |
|