Principal Component Analysis in Dimensionality Reduction with Python
In this article, we will discuss the feature reduction methods that deals with over-fitting problems occurs in large number of features. When a high dimension data fits in the model then it confused sometimes in between features of similar information. To find the main features/components that are going to impact more on target variable and those components have maximum variance. The 2-dimension feature convert to 1- dimension feature so that computational will be fast. In machine Learning, the dimensions are the number of features in the data set.
Mar-11-2021, 04:10:41 GMT
- Technology: