Re: PyMahout (incore) (alpha v0.1)

2021-01-10 Thread Andrew Palumbo
+1

From: Andrew Musselman 
Sent: Thursday, January 7, 2021 2:46 PM
To: user@mahout.apache.org 
Cc: Mahout Dev List 
Subject: Re: PyMahout (incore) (alpha v0.1)

Thanks Trevor, looking forward to trying it out.

On Wed, Jan 6, 2021 at 5:30 PM Peng Zhang  wrote:

> Well done Trevor.
>
> -peng
>
> On Thu, Jan 7, 2021 at 04:45 Trevor Grant 
> wrote:
>
> > Hey all,
> >
> > I made a branch for a thing I'm toying with. PyMahout.
> >
> > See https://github.com/rawkintrevo/pymahout/tree/trunk
> >
> > Right now, its sort of dumb- it just makes a couple of random incore
> > matrices... but it _does_ make them.
> >
> > Next I want to show I can do something with DRMs.
> >
> > Once I know its all possible- Ill make a batch of JIRA tickets and we can
> > start implementing a python like package so that in theory in a pyspark
> > workbook you could
> >
> > ```jupyter
> > !pip install pymahout
> > 
> >
> > import pymhout
> >
> > # do pymahot things here... in python.
> >
> > ```
> >
> > So if you're interested in helping /playing- reach out on here or direct-
> > if there is a bunch of interest I can commit all of this to a branch as
> we
> > play with it.
> >
> > Thanks!
> > tg
> >
>


Re: PyMahout (incore) (alpha v0.1)

2021-01-07 Thread Andrew Musselman
Thanks Trevor, looking forward to trying it out.

On Wed, Jan 6, 2021 at 5:30 PM Peng Zhang  wrote:

> Well done Trevor.
>
> -peng
>
> On Thu, Jan 7, 2021 at 04:45 Trevor Grant 
> wrote:
>
> > Hey all,
> >
> > I made a branch for a thing I'm toying with. PyMahout.
> >
> > See https://github.com/rawkintrevo/pymahout/tree/trunk
> >
> > Right now, its sort of dumb- it just makes a couple of random incore
> > matrices... but it _does_ make them.
> >
> > Next I want to show I can do something with DRMs.
> >
> > Once I know its all possible- Ill make a batch of JIRA tickets and we can
> > start implementing a python like package so that in theory in a pyspark
> > workbook you could
> >
> > ```jupyter
> > !pip install pymahout
> > 
> >
> > import pymhout
> >
> > # do pymahot things here... in python.
> >
> > ```
> >
> > So if you're interested in helping /playing- reach out on here or direct-
> > if there is a bunch of interest I can commit all of this to a branch as
> we
> > play with it.
> >
> > Thanks!
> > tg
> >
>


Re: PyMahout (incore) (alpha v0.1)

2021-01-06 Thread Peng Zhang
Well done Trevor.

-peng

On Thu, Jan 7, 2021 at 04:45 Trevor Grant  wrote:

> Hey all,
>
> I made a branch for a thing I'm toying with. PyMahout.
>
> See https://github.com/rawkintrevo/pymahout/tree/trunk
>
> Right now, its sort of dumb- it just makes a couple of random incore
> matrices... but it _does_ make them.
>
> Next I want to show I can do something with DRMs.
>
> Once I know its all possible- Ill make a batch of JIRA tickets and we can
> start implementing a python like package so that in theory in a pyspark
> workbook you could
>
> ```jupyter
> !pip install pymahout
> 
>
> import pymhout
>
> # do pymahot things here... in python.
>
> ```
>
> So if you're interested in helping /playing- reach out on here or direct-
> if there is a bunch of interest I can commit all of this to a branch as we
> play with it.
>
> Thanks!
> tg
>