cerlymarco / shap-hypetune

A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.
MIT License
567 stars 71 forks source link

update hyperopt #27

Closed MenaWANG closed 1 year ago

MenaWANG commented 1 year ago

The np.random.RandomState function was deprecated, and this was causing some issues with Hyperopt.

To fix this, I've

Tested locally with development installation and happy to report that the updated shaphypetune now works well with its hyperopt functionality. :)