Re: [Scikit-learn-general] Improving Text Classification

2013-07-10 Thread Mike Hansen
I have been using Scikit's text classification for several weeks, and I really like it.  I use my own corpus (self-generated) and prepare each document using the NLTK.  Presently I am relying on this tutorial/code-base, only making changes when absolutely necessary for my documents to work. The

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