altair_reduce_dimensions_pca
Reduce data dimensionality by applying PCA and retaining enough components to achieve a specified variance threshold, simplifying datasets while preserving key information.
Instructions
Reduce dimensionality with PCA, keeping enough components to reach a target variance threshold. Covers action 43 (PCA).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csvFile | No | Absolute path to a local CSV file to read directly (bypasses the repository). Use this OR repositoryEntry. | |
| repositoryEntry | No | Altair AI Studio repository path, e.g. "//Local Repository/data/customers" or "//Samples/data/Iris". Use this OR csvFile. | |
| varianceThreshold | No |