>> cv = SingleSplit(X_train, y_train, X_test, y_test) ?
>
> This API cannot work, as the cross-validation object is supposed to
> return indices and thus should be applied to concatenated train and test
> data.

oups indeed;

cv = SingleSplit(idx_train, idx_test)

should do the tricks right?

Alex

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to