3,365 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.0k
1.0k views
DavidS asked Oct 17, 2018
1,038 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
21.3k
21.3k views
tofighi asked Jun 26, 2019
21,287 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.6k
9.6k views