ray-project / tune-sklearn

A drop-in replacement for Scikit-Learn’s GridSearchCV / RandomizedSearchCV -- but with cutting edge hyperparameter tuning techniques.
https://docs.ray.io/en/master/tune/api_docs/sklearn.html
Apache License 2.0
465 stars 52 forks source link

Remove os.path.expanduser (defer to Ray Tune) #231

Closed krfricke closed 2 years ago

krfricke commented 2 years ago

Expanding the path early leads to problems with Ray client. Instead, we should rely on expanding on the Ray Tune side, as this will happen within the remote function call, i.e. on the head node.