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
Hello, I am doing some real data analysis about high-dimensional cox model. My real dataset's shape is like 240*7000, however, I try to use the abess.CoxPHSurvivalAnalysis() with cv and it can not choose any feature out. So, I must use screening before abess for Cox model. I also did simulation test for only screening method in abess package and found that the screening method can not contain all the real features spawn by make_glm_data. So, I doubt the algorithm of screening in this package, I hope you guys may adapt it, thank u!!!
The text was updated successfully, but these errors were encountered:
Can you offer a minimal code to reproduce your report? Also, does your results is consistent with this paper: Principled sure independence screening for Cox models with ultra-high-dimensional covariates.
Sorry about that, Here is the simulation code using jupyter notebook. And the performance of screening in abess package can not be as good as that in the cox-psis paper because the screening method in the paper can almost contain all the true features no matter how many features you want to choose. I append the result picture.
EQUIWDH
changed the title
some problems about algorithm for cox model when the dimension is ultra-high
Some problems about algorithm for cox model when the dimension is ultra-high
Nov 16, 2022
Mamba413
changed the title
Some problems about algorithm for cox model when the dimension is ultra-high
[Question] Cox model for ultra-high dimensional data
Nov 23, 2023
Hello, I am doing some real data analysis about high-dimensional cox model. My real dataset's shape is like 240*7000, however, I try to use the
abess.CoxPHSurvivalAnalysis()
with cv and it can not choose any feature out. So, I must use screening before abess for Cox model. I also did simulation test for only screening method inabess
package and found that the screening method can not contain all the real features spawn bymake_glm_data
. So, I doubt the algorithm of screening in this package, I hope you guys may adapt it, thank u!!!The text was updated successfully, but these errors were encountered: