We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f67789 commit 5f74529Copy full SHA for 5f74529
src/sasctl/pzmm/pickle_model.py
@@ -123,7 +123,7 @@ def pickle_trained_model(
123
path=str(pickle_path),
124
filename=f"{model_prefix}.pickle",
125
)
126
- # For MOJO H2O models, gzip the model file and adjust the file extension
+ # For MOJO H2O models, save as a mojo file and adjust the extension to .mojo
127
elif is_h2o_model and pickle_path:
128
if not h2o:
129
raise RuntimeError(
0 commit comments