필터 지우기
필터 지우기

problem with stepwiseglm selected features pvalues

조회 수: 2 (최근 30일)
Theo
Theo 2015년 2월 22일
I'm using the following line for stepwiseglm
glm_model = stepwiseglm(chosen_features,idx,'constant','Distribution','binomial','upper','linear','PEnter',0.1, 'PRemove',0.15,'Criterion','aic');
I've set the Penter and Premove so that I can choose the pertinent features, however when the model is trained the feature pvalues are not within range, in fact I have PVALUES LIKE 0.3 in my model.
The only other thing I can think of is that there is 70% to 30% prevalence between my o and 1 classes.
Anyone has an idea?

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by