imbs-hl / survivalsvm

Survival Support Vector Analysis
16 stars 8 forks source link

Feature selection with Survival-SVM #14

Closed darentsai closed 5 months ago

darentsai commented 5 months ago

Dear maintainers,

I'm using this excellent package to conduct my research. This package has implemented the SVM methods for survival analysis from Van Belle et al. According to their Bioinformatics paper (2011): "Improved performance on high-dimensional survival data by application of Survival-SVM", a feature selection technique is proposed in Section 2.3.2 & 2.3.3.

Is this package able to deal with this part? Or do you intend to implement this useful technique in the future?

Best regards, Darren Tsai

fouodo commented 5 months ago

Dear Darren,

Variable selection has yet to be implemented in survivalsvm. Implementing it is a good idea, but it cannot be promised to be done soon.

Best wishes, Cesaire

On 7. May 2024, at 14:48, Darren Tsai @.**@.>> wrote:

Dear maintainers,

I'm using this excellent package to conduct my research. This package has implemented the SVM methods for survival analysis from Van Belle et al. According to their Bioinformatics paper (2011)https://academic.oup.com/bioinformatics/article/27/1/87/202105, a feature selection technique is proposed in Section 2.3.2 & 2.3.3. Is this package able to deal with this part? Or do you intend to implement this technique in the future?

Best regards, Darren Tsai

— Reply to this email directly, view it on GitHubhttps://github.com/imbs-hl/survivalsvm/issues/14, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGJ42MHK5A26ZJUYYZADJBLZBDESPAVCNFSM6AAAAABHK55FKWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4DGMRQHAYDGMA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

darentsai commented 5 months ago

Thanks for the reply. Look forward to see new features in this package!