[scikit-learn] Difference between CircleCI python2 and python3

2018-11-19 Thread Oliver Rausch
Hi all, I'm working on a PR [1] and the Circle python2 build [2] doesn't complete, while the python3 build does. Locally, building using "make html" also works. What is the difference between these two builds, and how could I locally debug the issue? Thanks, Oliver --- [1]

Re: [scikit-learn] Difference between CircleCI python2 and python3

2018-11-19 Thread Oliver Rausch
b:blue" is not supported by matplotlib 1.X, so > maybe you can try to use some simple colors. Hanmin Qin - > Original Message - From: Oliver Rausch > To: scikit-learn@python.org Subject: [scikit-learn] Difference > between CircleCI python2 and python3 Date: 2018-11-19 22:52

Re: [scikit-learn] how to preprocess in the cross_validate

2019-07-09 Thread Oliver Rausch
e, however, how to integrate this into the function of > sklearn.model_selection.cross_validate? > Thanks. > Rujing > > 2019-07-09 > -- > charujing123 > ---------- > > *发件人:*Oliver Rausch > *发送时间:*2019-07-07 1

Re: [scikit-learn] how to preprocess in the cross_validate

2019-07-07 Thread Oliver Rausch
Hi Rujing, The Pipeline [0] from sklearn may be of interest to you. Best regards, Oliver — [0] https://scikit-learn.org/stable/modules/compose.html On Sun, Jul 7, 2019 at 08:50 charujing123 wrote: > Hi > It's easy to preprocess when i used part of data to train and test. > However, how to