Displaying 1 result from an estimated 1 matches for "feature12".
Did you mean:
feature1
2006 Jun 18
1
GAM selection error msgs (mgcv & gam packages)
...ep<-step(k.start,k.scope)
#condensed output
Start: AIC=1549.48
label~s+y+z+feature4+feature5+...+feature116
Df Deviance AIC
<none> 1319.5 1549.5
- feature54 -1 1319.2 1551.2
- feature26 -1 1319.2 1551.2
...
-feature12 -1 1357.4 1589.4
There were 50 or more warnings (use warnings() to see the first 50)
# all 50 warnings are the same
> warnings()
Warning messages:
1: fitted probabilities numerically 0 or 1 occurred in: glm.fit(x[, jj,
drop = FALSE], y, wt, offset = object$offset, ...
# it s...