Re: [Scikit-learn-general] Using kNN to Recommend Text Documents

2013-05-24 Thread Lars Buitinck
2013/5/25 Mike Hansen : > As suggested in the subject line, I am attempting to perform a nearest > neighbors analysis (unsupervised, I hope) on documents I collected from > around the web. I have read through Sci-Kit's kNN documentation, I am > working from the Nearest Centroid Example, and based

Re: [Scikit-learn-general] Using kNN to Recommend Text Documents

2013-05-24 Thread Mike Hansen
Dear All: I am attempting to use kNN in a recommendation engine.  I am new to ML and new to Sci-Kit Learn.  I have found the community enormously helpful and was directed to submit my question to this mailing list instead of SO.  I searched questions asked in 2012 and 2013 for something similar

Re: [Scikit-learn-general] Example for learning from a text stream with sklearn

2013-05-24 Thread Eustache DIEMERT
I've come up with a first version in a binary setting. Here is the main file : https://github.com/oddskool/scikit-learn/blob/out-of-core-examples/examples/out_of_core_classification.py Could one of the regular commiters take a look at it before I submit a PR ? Thanks ! Eustache PS: parser code