hyperopt / hyperopt-sklearn

Hyper-parameter optimization for sklearn
hyperopt.github.io/hyperopt-sklearn
Other
1.59k stars 272 forks source link

ReadMe Doc and demo.pynbs need to align #155

Open erinkhoo opened 4 years ago

erinkhoo commented 4 years ago

The readme docs and demo notebooks do not align in content.

e.g. any_preprocessing is used but is not defined skdata is used in Demo-Iris.ipynb but that package is not available fetch_mldata is used but MNIST is no longer available in sklearn

I am going to do a few PRs to fix