hyperopt / hyperopt-sklearn

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

Added missing function import to Iris dataset example. #159

Closed gentrexha closed 4 years ago

gentrexha commented 4 years ago

The any_preprocessing function was missing in the imports for the Iris dataset example.

bjkomer commented 4 years ago

Good catch, thanks for the fix!