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
Running the exact same code as is shown in the FAMD example in the Project Description leads to an error:
Traceback (most recent call last):
File "famd.py", line 10, in
famd.fit(X)
File "/usr/local/lib/python3.7/site-packages/light_famd/famd.py", line 45, in fit
return super().fit(X)
File "/usr/local/lib/python3.7/site-packages/light_famd/mfa.py", line 70, in fit
super().fit(self._build_X_global(X))
File "/usr/local/lib/python3.7/site-packages/light_famd/pca.py", line 68, in fit
engine=self.engine
File "/usr/local/lib/python3.7/site-packages/light_famd/svd.py", line 29, in compute_svd
flip_sign=True
File "/usr/local/lib/python3.7/site-packages/sklearn/utils/extmath.py", line 371, in randomized_svd
Uhat, s, V = linalg.svd(B, full_matrices=False)
File "/usr/local/lib/python3.7/site-packages/scipy/linalg/decomp_svd.py", line 109, in svd
a1 = _asarray_validated(a, check_finite=check_finite)
File "/usr/local/lib/python3.7/site-packages/scipy/_lib/_util.py", line 242, in _asarray_validated
raise ValueError('object arrays are not supported')
ValueError: object arrays are not supported
The text was updated successfully, but these errors were encountered:
Running the exact same code as is shown in the FAMD example in the Project Description leads to an error:
Traceback (most recent call last):
File "famd.py", line 10, in
famd.fit(X)
File "/usr/local/lib/python3.7/site-packages/light_famd/famd.py", line 45, in fit
return super().fit(X)
File "/usr/local/lib/python3.7/site-packages/light_famd/mfa.py", line 70, in fit
super().fit(self._build_X_global(X))
File "/usr/local/lib/python3.7/site-packages/light_famd/pca.py", line 68, in fit
engine=self.engine
File "/usr/local/lib/python3.7/site-packages/light_famd/svd.py", line 29, in compute_svd
flip_sign=True
File "/usr/local/lib/python3.7/site-packages/sklearn/utils/extmath.py", line 371, in randomized_svd
Uhat, s, V = linalg.svd(B, full_matrices=False)
File "/usr/local/lib/python3.7/site-packages/scipy/linalg/decomp_svd.py", line 109, in svd
a1 = _asarray_validated(a, check_finite=check_finite)
File "/usr/local/lib/python3.7/site-packages/scipy/_lib/_util.py", line 242, in _asarray_validated
raise ValueError('object arrays are not supported')
ValueError: object arrays are not supported
The text was updated successfully, but these errors were encountered: