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
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\sklearn\decomposition\pca.py", line 425, in _fit_full
% (n_components, min(n_samples, n_features)))
ValueError: n_components=20 must be between 0 and min(n_samples, n_features)=2 with svd_solver='full'
The text was updated successfully, but these errors were encountered:
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\sklearn\decomposition\pca.py", line 425, in _fit_full
% (n_components, min(n_samples, n_features)))
ValueError: n_components=20 must be between 0 and min(n_samples, n_features)=2 with svd_solver='full'
The text was updated successfully, but these errors were encountered: