3,601 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
1.3k
1.3k views
DavidS asked Oct 17, 2018
1,280 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
23.0k
23.0k views
tofighi asked Jun 26, 2019
23,024 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
10.1k
10.1k views