thuijskens / scikit-hyperband

A scikit-learn compatible implementation of hyperband
BSD 3-Clause "New" or "Revised" License
75 stars 19 forks source link

Version no longer compatible with skikit-learn 0.24.1 #12

Open AaronWGoh opened 3 years ago

AaronWGoh commented 3 years ago

Receives similar error to https://github.com/scikit-optimize/scikit-optimize/issues/978

TypeError: init() got an unexpected keyword argument 'iid'

e-compagno commented 2 years ago

This would solve the issue: scikit-learn>=0.21,<0.23 in requirements.txt

cseeg commented 2 years ago

Added this and I'm still getting the same issue