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 3415f47 commit 02ee913Copy full SHA for 02ee913
python/pyspark/ml/tuning.py
@@ -453,7 +453,7 @@ def load(
453
est = uidToParams[jsonParam["parent"]]
454
param = getattr(est, jsonParam["name"])
455
456
- def extract_value(key):
+ def extract_value(key: str) -> Any:
457
if is_saved_by_python_writer:
458
return jsonParam[key]
459
# If the the params are serialized by java writer,
0 commit comments