-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PKG for the survival analysis #107
Comments
Hi, this is the repo for an Python implementation of boruta. Your code is in a diffrent language (maybe R?) |
oh, yes. sorry. do Boruta has place for R? thanks, |
https://github.com/cran/Boruta is R boruta repo. but there are no issues. I do not know how the R guys work. |
Many thanks for the link, no place to ask my question tho. |
I have no clue about R. Maybe search on stackoverflow. |
The gitlab repo for Boruta R looks like it might be more actively maintained: |
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
The text was updated successfully, but these errors were encountered: