What are dimensionality reduction and whats its benefits?

Dimensionality reduction is the process of reducing the number of input variables in a dataset. As the number of features increases, your model becomes more complex, making a predictive modeling task more challenging.

Some of the advantages of dimensionality reduction include:

  • Higher model accuracy thanks to clean data.
  • Faster model training - fewer dimensions mean shorter computing time.
  • Reduced storage space needs.
  • Fewer dimensions allow usage of algorithms unfit for a large number of dimensions.
  • It helps remove redundant features.