Skip to content

Instantly share code, notes, and snippets.

@sean-mcclure
Created November 3, 2021 23:43
Show Gist options
  • Save sean-mcclure/75d043acde5a0a3b5f54972733489a1b to your computer and use it in GitHub Desktop.
Save sean-mcclure/75d043acde5a0a3b5f54972733489a1b to your computer and use it in GitHub Desktop.
Saving our model
# Saving our model
model_path = h2o.save_model(model=best_model,
path="/tmp/leader_model",
force=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment