Re: [Scikit-learn-general] Python MapReduce

2012-10-25 Thread Olivier Grisel
2012/10/25 Nikit Saraf : > Hi > > I'm fairly new to the field of Machine Learning and as a result new user of > scikit-learn. I'm learning about the Map Reduce parallel implementation of > Machine Learning Algorithms in python. So I was thinking of ways to > MapReduce the cross-validation. Anyone h

[Scikit-learn-general] Python MapReduce

2012-10-25 Thread Nikit Saraf
Hi I'm fairly new to the field of Machine Learning and as a result new user of scikit-learn. I'm learning about the Map Reduce parallel implementation of Machine Learning Algorithms in python. So I was thinking of ways to MapReduce the cross-validation. Anyone having any ideas on how to translate