How to use pyspark dataframe to train deep learning model

Viewed 37

I have spark dataframe , I want to run Run neural network model with this , because my dataset is so big can not convert to pandas , i am wondering is there any working example for neural network regression with spark dataframe ?

if someone can share working example of this will be good.

0 Answers
Related