boruta_py icon indicating copy to clipboard operation
boruta_py copied to clipboard

PKG for the survival analysis

Open MoMaz123 opened this issue 2 years ago • 6 comments

Hi, I am trying to run the PKG for the survival analysis, keep having this issues, please help, thanks

obj2 <- Boruta(Surv(data_wide2$ihd_time, data_wide2$ihd_ep),data_wide2 )

Error in x[, i] <- frame[[i]] : number of items to replace is not a multiple of replacement length

MoMaz123 avatar May 09 '22 09:05 MoMaz123

Hi, this is the repo for an Python implementation of boruta. Your code is in a diffrent language (maybe R?)

Wuuzzaa avatar May 09 '22 09:05 Wuuzzaa

oh, yes. sorry. do Boruta has place for R? thanks,

MoMaz123 avatar May 09 '22 09:05 MoMaz123

https://github.com/cran/Boruta

is R boruta repo. but there are no issues. I do not know how the R guys work.

Wuuzzaa avatar May 09 '22 10:05 Wuuzzaa

Many thanks for the link, no place to ask my question tho. by any chance you may know the answer to my question, thanks,

MoMaz123 avatar May 09 '22 10:05 MoMaz123

I have no clue about R. Maybe search on stackoverflow.

Wuuzzaa avatar May 09 '22 11:05 Wuuzzaa

The gitlab repo for Boruta R looks like it might be more actively maintained: https://gitlab.com/mbq/Boruta/-/issues

iamchrisearle avatar Dec 19 '23 12:12 iamchrisearle