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 _classes.py #32

Closed sohrabjaferian closed 8 months ago

sohrabjaferian commented 1 year ago

np.bool was deprecated

cerlymarco commented 8 months ago

Solved using native python bool, int and float types instead of np.bool, np.int, np.float_ Thanks!