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
From my understanding of the user guide on CoxnetSurvivalAnalysis, the GridSearchCV should be evaluated over the set of alphas identified by fitting the CoxNet model to the full data. Instead, it is ran over the set of alphas defined using linspace further up in the code.
Unless I'm mistaken, the code in box 11 should be:
From my understanding of the user guide on
CoxnetSurvivalAnalysis
, the GridSearchCV should be evaluated over the set of alphas identified by fitting the CoxNet model to the full data. Instead, it is ran over the set of alphas defined usinglinspace
further up in the code.Unless I'm mistaken, the code in box 11 should be:
This gives different results:
P.s. thanks for all your work on this library.
The text was updated successfully, but these errors were encountered: