On 07/05/2012 08:49 AM, Olivier Grisel wrote: > 2012/7/5 Peter Prettenhofer <[email protected]>: >> ... >> >> I've to check with the competition organizers whether its ok to put >> the source code on github - I'll keep you posted. > If so that would be a great blog post topic. Looking forward to it. >
Hi, For what it's worth, I've put the code of my best submission on github: https://github.com/emanuele/kaggle_ops http://www.kaggle.com/c/online-sales/forums/t/2136/the-code-of-my-best-submission You can download and run it to get an actual file to submit to the competition. Of course I just ranked 21st on that competition so it is *far* less interesting than Peter's code :-D, and I've spent only a few hours in recent weekends. It was more a proof of concept about using blending, gradient boosting and joblib than a serious attempt. The resulting code is pretty short: 150 lines to process the dataset and 80 lines to compute predictions. No real model selection :P Anyway the code is general and you can put RF or else inside. Best, Emanuele ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
