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

RuntimeError: Unable to connect to Redis at 127.0.0.1:6379. #172

Closed Weidong725 closed 3 years ago

Weidong725 commented 3 years ago

This error occurs when I run the sample file of random forest,How can I solve it?

richardliaw commented 3 years ago

@Weidong725 can you post the entire stacktrace?

mkretsch327 commented 3 years ago

@Weidong725 - If this is still an issue I'd check your VPN/firewall settings, I've received this error when on a VPN. A full stacktrace would be most helpful though.