You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: