PhillHenry opened a new pull request #31687:
URL: https://github.com/apache/spark/pull/31687
Missing Python example file for [SPARK-34415][ML] Randomization in
hyperparameter optimization
(https://github.com/apache/spark/pull/31535)
### What changes were proposed in this pull request?
For some reason (probably me being silly) a
examples/src/main/python/ml/model_selection_random_hyperparameters_example.py
was not pushed in a previous PR.
This PR restores that file.
### Why are the changes needed?
A single file
(examples/src/main/python/ml/model_selection_random_hyperparameters_example.py)
that should have been pushed as part of SPARK-34415 but was not. This was
causing Lint errors as highlighted by @dongjoon-hyun. Consequently, @srowen
asked for a new PR.
### Does this PR introduce _any_ user-facing change?
No, it merely restores a file that was overlook in SPARK-34415.
### How was this patch tested?
By running:
`bin/spark-submit
examples/src/main/python/ml/model_selection_random_hyperparameters_example.py`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]