Re: [scikit-learn] Predictive probability from cross_validate

2019-08-13 Thread Guillaume Lemaître
--- > charujing123 > -- > > *发件人:*Guillaume Lemaître > *发送时间:*2019-08-12 23:16 > *主题:*Re: [scikit-learn] Predictive probability from cross_validate > *收件人:*"Scikit-learn mailing list" > *抄送:* > > cross_validate should not be used to make predi

Re: [scikit-learn] Predictive probability from cross_validate

2019-08-12 Thread charujing123
seeing this sentence. Thanks. 2019-08-13 charujing123 发件人:Guillaume Lemaître 发送时间:2019-08-12 23:16 主题:Re: [scikit-learn] Predictive probability from cross_validate 收件人:"Scikit-learn mailing list" 抄送: cross_validate should not be used to make predictions but to evaluate the perfor

Re: [scikit-learn] Predictive probability from cross_validate

2019-08-12 Thread Guillaume Lemaître
cross_validate should not be used to make predictions but to evaluate the performance, the parameter, etc of models. You probably want to check cross_val_predict to get the prediction. However, be aware of what it involves: https://scikit-learn.org/stable/modules/cross_validation.html#obtaining-pre

[scikit-learn] Predictive probability from cross_validate

2019-08-05 Thread Rujing Zha
Hi How to acquire the probability in the cross_validate function? Thanks Rujing -- 发自我的网易邮箱手机智能版 在 2019-08-05 22:31:38,"Andreas Mueller" 写道: As usual, I agree ;) I think it would be good to call out particularly important bugfixes so they get reviews. We might also want to think about