Skip to content

ValueError: n_components=128 must be between 0 and min(n_samples, n_features)=32 with svd_solver='full' #108

Closed
@ghost

Description

hi, when i start the training cell i get this error very quickly without any training happening. how do i solve this? thanks.

File "/content/miniconda/lib/python3.9/site-packages/sklearn/decomposition/_pca.py", line 475, in _fit_full
raise ValueError(
ValueError: n_components=128 must be between 0 and min(n_samples, n_features)=32 with svd_solver='full'

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions