---
> 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
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
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
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