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 3400af1 commit 16b5d5aCopy full SHA for 16b5d5a
src/sasctl/pzmm/modelParameters.py
@@ -73,7 +73,7 @@ def sklearn_params():
73
f.write(json.dumps(model_json, indent=4))
74
75
if all(hasattr(model, attr) for attr in ["_estimator_type", "get_params"]):
76
- sklearn_params(model, model_prefix, pickle_path)
+ sklearn_params()
77
else:
78
raise ValueError(
79
"This model type is not currently supported for hyperparameter generation."
0 commit comments