pyspark speichern maschinelles Lernmodell auf AWS S3

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