3,251 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
918
918 views
DavidS asked Oct 17, 2018
918 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,439 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