I know there is some stuff in python - nltk.org or Anaconda Python that does some of the math that is written in Java. I'm not sure if that could be a starting point.
-----Original Message----- From: Ted Dunning [mailto:[email protected]] Sent: Tuesday, October 14, 2014 9:06 AM To: Mahout Dev List Subject: Re: The portability of MAHOUT platform to python It is plausible to port some of the newer scala stuff to python. It would take some thought about the right way to do it. The kicker is going to be that a lot of what Mahout does bottoms out in math that is written in Java. How that would work from Python is mysterious to me. On Mon, Oct 13, 2014 at 9:18 PM, Vibhanshu Prasad <[email protected]> wrote: > Hello Everyone, > > I am a college student who wants to contribute towards the development > of the mahout library. I have been using this for last 1 year and was > mesmerized by its features. > > I wanted to know if someone is working towards exporting this whole > platform to python. > > If no, then is there is any possible way i can start doing it. > provided that I am not a committer yet . > > Regards > Vibhanshu >
