How does classification learner handle missing data for logistic regression?

조회 수: 1 (최근 30일)
Mohamed Elmistiri
Mohamed Elmistiri 2021년 7월 13일
답변: Sahil Jain 2021년 8월 11일
I am curious on how missing data is handled in the classification learner for methods that do not have approaches for missing data (like logistic regression).
  댓글 수: 1
Ive J
Ive J 2021년 7월 14일
fitglm excludes samples with missing values (in either of predictors/response).

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

답변 (1개)

Sahil Jain
Sahil Jain 2021년 8월 11일
The documentation of generalized linear regression model (fitglm) mentions that rows with even a single missing value are removed from the fit (either predictor or response). However, this behaviour can vary depending on the type of classifier being used. For example, binary decision trees (fitctree) can use surrogate decision splits to improve accuracy as long as not all the predictor values are missing for a row. Information about how different classifiers deal with missing data is described in their respective documentation.

카테고리

Help CenterFile Exchange에서 Classification Trees에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by