3,252 views

1 Answer

1 1 vote
PCA can be used indirectly in supervised learning tasks such as classification and regression. When you have huge number of features, one way to reduce the number of features and probably avoid overfitting is using a feature reduction method such as PCA. Therefore, PCA can be used in preprocessing step to reduce the number of features.

Related questions

1 1 vote
1 1 answer
919
919 views
DavidS asked Oct 17, 2018
919 views
PCAhttps://www.youtube.com/watch?v=FgakZw6K1QQK-Meanshttps://www.youtube.com/watch?v=4b5d3muPQmA&index=10&list=PLblh5JKOoLUICTaGLRoHQDuF_7q2GfuJF&t=0s
2 2 votes
1 answers 1 answer
20.4k
20.4k views
tofighi asked Jun 26, 2019
20,440 views
The dataset with two features $(x,y)$ is shown as follows (note $y$ in this example is the second feature, not a target value):xy2.52.40.50.72.22.91.92.23.13.02.32.72.01....
1 1 vote
1 1 answer
9.4k
9.4k views