pyspark: Stage failure due to One hot encoding
I am facing the below error while fitting my model. I am trying to run a model with cross validation with a pipeline inside of it. Below is the code snippet for data transformation:qd = QuantileDiscretizer(relativeError=0.01, handleInvalid="error", n...
- 9185 Views
- 3 replies
- 1 kudos
Latest Reply
Hi @Vishnu P​, could you please share the full stack trace? Also, observe how the workers memory utilizing?
- 1 kudos