Open AaronWGoh opened 3 years ago
Receives similar error to https://github.com/scikit-optimize/scikit-optimize/issues/978
TypeError: init() got an unexpected keyword argument 'iid'
This would solve the issue: scikit-learn>=0.21,<0.23 in requirements.txt
scikit-learn>=0.21,<0.23
requirements.txt
Added this and I'm still getting the same issue
Receives similar error to https://github.com/scikit-optimize/scikit-optimize/issues/978
TypeError: init() got an unexpected keyword argument 'iid'