Re: [Scikit-learn-general] emsemble of models in cross validation

2013-09-05 Thread Olivier Grisel
2013/9/5 abhishek : > Hi, > > Is it possible to use two or more classifiers in > cross_validation.cross_val_score ? No. It's not complicated to implement your own utility function that wraps scikit-learn's cross_val_score in a for loop though. -- Olivier http://twitter.com/ogrisel - http://githu

[Scikit-learn-general] emsemble of models in cross validation

2013-09-05 Thread abhishek
Hi, Is it possible to use two or more classifiers in cross_validation.cross_val_score ? -- Regards Abhishek Thakur -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to maste