scikit-learn-contrib / boruta_py

Python implementations of the Boruta all-relevant feature selection method.
BSD 3-Clause "New" or "Revised" License
1.46k stars 252 forks source link

PKG for the survival analysis #107

Open MoMaz123 opened 2 years ago

MoMaz123 commented 2 years ago

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

Wuuzzaa commented 2 years ago

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

MoMaz123 commented 2 years ago

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

Wuuzzaa commented 2 years ago

https://github.com/cran/Boruta

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

MoMaz123 commented 2 years ago

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

Wuuzzaa commented 2 years ago

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

iamchrisearle commented 6 months ago

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