Skip to content

Commit

Permalink
explictly use coef method from penalized
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Sep 17, 2024
1 parent adc8e97 commit f3b5e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/learner_penalized_surv_penalized.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ LearnerSurvPenalized = R6Class("LearnerSurvPenalized",
}

# Per default, only coefficients of selected variables are returned by coef()
names(coef(self$model$model))
names(penalized::coef(self$model$model))
}
),

Expand Down

0 comments on commit f3b5e4f

Please sign in to comment.