필터 지우기
필터 지우기

I need a code for doing PCA.

조회 수: 3 (최근 30일)
Rashidul Alim Anik
Rashidul Alim Anik 2022년 3월 19일
답변: the cyclist 2022년 3월 19일
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?

답변 (1개)

the cyclist
the cyclist 2022년 3월 19일
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.

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by