Created
July 14, 2020 19:45
-
-
Save awaiskaleem/854045b441c2693892093716a49d26a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def save_model(model,model_name): | |
mlflow.spark.log_model(model,model_name) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment