Pyspark Save Machine Learning Model для AWS S3

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