Concept

Dimension Reduction

Process of reducing the number of random variables under consideration by obtaining a set of principal variables. Dimension reduction methods transform the variables before fitting a least squares model. The two types of dimension reduction are

  1. Feature selection, which selects a subset of variables from the original dataset, making regression or classification more accurate.
  2. Feature extraction, which combines variables into features, reducing the amount of data processed while maintaining the accuracy of the original dataset.

0

2

Updated 2021-02-21

Tags

Data Science