Dimensionality Reduction
We support three dimensionality reduction algorithms. The Number of Components parameter defines the desired dimensionality of the output data.
Accessing Dimensionality Reduction in evoML
-
Create a New Trial
-
Navigate to Feature Engineering and then Feature Dimensionality Reduction
Dimensionality Reduction Algorithms
1. Singular Value Decomposition
A technique for decomposing a matrix into three separate matrices that capture the underlying structure of the original matrix.
2. Principal Component Analysis
A technique for reducing the dimensionality of high-dimensional data by finding the most important patterns in the data and projecting it into a lower-dimensional space.
3. Independent Component Analysis
A technique used for separating a multivariate signal into individual, non-gaussian components.