Pyspark Save Machine Learning Modèle sur AWS S3

model.save(“myModelPath”)
sameModel = RandomForestClassificationModel.load(“myModelPath”)
Stormy Sloth