I need a code for doing PCA.
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i need to see which data/column is hampering my predicted accuracy.
the xls file is given below. can anyone help me for proper code or just saying that particular data/column hampering my accuracy?
0 comentarios
Respuestas (1)
the cyclist
el 19 de Mzo. de 2022
Please take a look at my accepted answer to another question about PCA. It is effectively a tutorial on using PCA in MATLAB.
You don't explain much here, but I'm guessing the last column of your data is the number you are trying to predict, using the other columns as predictors?
Doing a PCA on the first 39 columns does look like a good idea. The first two principal components capture over 99% of the variation.
Then you could do a logistic regression (perhaps using fitglm) to predict the last column from the first two principal components.
0 comentarios
Ver también
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!