boruta_py
boruta_py copied to clipboard
AttributeError: module 'numpy' has no attribute 'int'.
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!