You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning messages:
1: glm.fit: algorithm did not converge
2: glm.fit: fitted probabilities numerically 0 or 1 occurred
Error in as.matrix(cbind2(1, newx) %% nbeta) :
error in evaluating the argument 'x' in selecting a method for function 'as.matrix': Error in t(.Call(Csparse_dense_crossprod, y, t(x))) :
error in evaluating the argument 'x' in selecting a method for function 't': Error: invalid class 'NA' to dup_mMatrix_as_dgeMatrix
Calls: %% -> %% -> t
Calls: cv.glmnet ... predict.lognet -> NextMethod -> predict.glmnet -> as.matrix
Execution halted
make: ** [model] Error 1
The problem seems to be that some fields contain NA (missing data).
Hi @zscore
Should the code in models.R work fine? Am I missing anything?
Thanks.
The text was updated successfully, but these errors were encountered: