Hello Jean
 you can take ur current DataFrame and send them to mllib (i was doing that
coz i dindt know the ml package),but the process is littlebit cumbersome


1. go from DataFrame to Rdd of Rdd of [LabeledVectorPoint]
2. run your ML model

i'd suggest you stick to DataFrame + ml package :)

hth



On Fri, Jul 22, 2016 at 4:41 AM, Jean Georges Perrin <j...@jgp.net> wrote:

> Hi,
>
> I am looking for some really super basic examples of MLlib (like a linear
> regression over a list of values) in Java. I have found a few, but I only
> saw them using JavaRDD... and not DataFrame.
>
> I was kind of hoping to take my current DataFrame and send them in MLlib.
> Am I too optimistic? Do you know/have any example like that?
>
> Thanks!
>
> jg
>
>
> Jean Georges Perrin
> j...@jgp.net / @jgperrin
>
>
>
>
>

Reply via email to