Hi
It's easy to preprocess when i used part of data to train and test. However,
how to preprocess within the function of sklearn.model_selection.cross_validate?
Thanks.
Rujing
2019-07-07
charujing123 ___
scikit-learn mailing list
scikit-
sklearn.model_selection.cross_validate?
Thanks.
Rujing
2019-07-09
charujing123
发件人:Oliver Rausch
发送时间:2019-07-07 16:03
主题:Re: [scikit-learn] how to preprocess in the cross_validate
收件人:"Scikit-learn mailing list"
抄送:
Hi Rujing,
The Pipeline [0] from sklearn may be of interest to you.
Be
make_pipeline(StandardScaler(), SVC()), is this right?
Thanks.
Rujing
2019-07-10
charujing123
发件人:Oliver Rausch
发送时间:2019-07-09 17:00
主题:Re: [scikit-learn] how to preprocess in the cross_validate
收件人:"Scikit-learn mailing list"
抄送:
Hi Rujing,
You can integrate the preprocessin
Dear experts and users,
Does anyone know how to perform cross-validated multivariate analysis of
variance? This is the paper mentioned this method "Searchlight-based
multi-voxel pattern analysis of fMRI by cross-validated MANOVA".
Thanks.
Rujing
2019-07-31
ch
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