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 89aa8c0 commit 707545aCopy full SHA for 707545a
src/sasctl/tasks.py
@@ -359,7 +359,7 @@ def register_model(
359
)
360
return model
361
362
- # If the model is an scikit-learn model, generate the model dictionary
+ # If the model is a scikit-learn model, generate the model dictionary
363
# from it and pickle the model for storage
364
if all(hasattr(model, attr) for attr in ["_estimator_type", "get_params"]):
365
# Pickle the model so we can store it
0 commit comments