boruta_py icon indicating copy to clipboard operation
boruta_py copied to clipboard

AttributeError: module 'numpy' has no attribute 'int'.

Open Sameerpython opened this issue 7 months ago • 4 comments

Hi, While fitting the model, i get the following error: dec_reg = np.zeros(n_feat, dtype=np.int) AttributeError: module 'numpy' has no attribute 'int'. Thanks!

Sameerpython avatar Jul 11 '24 12:07 Sameerpython