Please refer : http://spark.apache.org/docs/latest/mllib-guide.html
~Sandeep
On Thursday 9 June 2016, Jacek Laskowski wrote:
> Hi,
>
> Use DataFrame-based API (aka spark.ml) first and if your ml algorithm
> doesn't support it switch to a RDD-based API (spark.mllib). What algorithm
> are you goi
Hi,
Use DataFrame-based API (aka spark.ml) first and if your ml algorithm
doesn't support it switch to a RDD-based API (spark.mllib). What algorithm
are you going to use?
Jacek
On 9 Jun 2016 9:12 a.m., "pseudo oduesp" wrote:
> Hi,
> after spark 1.3 we have dataframe ( thanks good ) , instead