imbs-hl / survivalsvm

Survival Support Vector Analysis
16 stars 8 forks source link

Error in quadprog::solve.QP(C, -d, t(H), f, meq = meq): constraints are inconsistent, no solution! #15

Open MrClearLovez opened 5 months ago

MrClearLovez commented 5 months ago

Dear Cesaire and Marvin, Your survivalsvm is an excellent package!When I run survivalsvm() function ,I got this errot: image

this is my code: fit = survivalsvm(Surv(time,OS)~., data= data_train_surv2, gamma.mu = 1,type = "regression")

and this is my data: image I have tried to solve it for a long time without any effect. Could you help me solve the following? Warmly regards, Jiaxing Zhang