how to tell which feature is making trouble in classification for getting better accuracy?

조회 수: 3 (최근 30일)
I'm working with image processing.I've trained my data with classification learner app.but i could not get expected accuracy in classifier.so is there any way to understand which feature/column is creating trouble for better accuracy?

채택된 답변

Image Analyst
Image Analyst 2022년 3월 17일
You can try doing PCA on it. It's possible some measurements are essentially just garbage/noise and not contributing anything worthwhile to the model. Just look at the amount of variance explained by the different PCs and which original variables have higher weights in the junk PC's than in the good PC's.
  댓글 수: 3
Image Analyst
Image Analyst 2022년 3월 18일
In addition to the link Walter gave (show hidden comments), there is also a PCA option in Regression Learner.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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