Hi,

I have a Dataframe which I want to use for creating a RandomForest model
using MLLib.

The RandonForest model needs a RDD with LabeledPoints.

Wondering how do I convert the DataFrame to LabeledPointRDD

Regards,
Sourav

Reply via email to