HunterMcGushion / hyperparameter_hunter

Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
MIT License
704 stars 100 forks source link

Unable to access docs #177

Closed OverLordGoldDragon closed 5 years ago

OverLordGoldDragon commented 5 years ago

Every page shows

image

Any remedy?

HunterMcGushion commented 5 years ago

Thanks for bringing this up! I can't seem to reproduce the problem locally. I was able to pull up "https://hyperparameter-hunter.readthedocs.io/en/latest/quick_start.html" without issue Screen Shot 2019-08-07 at 2 33 44 PM Side note: I just noticed two typos on the Environment section of this page, which I'm fixing now. Just add () after data = load_breast_cancer and change the value of shuffle in cv_params=dict(n_splits=5, shuffle=2, random_state=32) to True/False

Can you please try going to "https://hyperparameter-hunter.readthedocs.io/en/stable/quick_start.html", instead? Just change the "latest" part to "stable".

Since I can't reproduce the issue, I'm not really sure what's going on, but would you mind trying to visit the HH docs homepage, and then trying to visit some other non-HyperparameterHunter ReadTheDocs pages? What browser are you using?

OverLordGoldDragon commented 5 years ago

@HunterMcGushion Everything works now, it appeared to be a temporary issue. Thank you for the response.