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
Function nipalsPCA is throwing an attribute error "module 'numpy' has no attirbute 'bool'. This is caused by using dtype=np.bool in cross_val.py. I suggest changing to bool as np.bool was depreciated in numpy version 1.20.
Function nipalsPCA is throwing an attribute error "module 'numpy' has no attirbute 'bool'. This is caused by using dtype=np.bool in cross_val.py. I suggest changing to bool as np.bool was depreciated in numpy version 1.20.