RaphaelS1/survivalmodels #2859
Unanswered
drchehidayat
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Raphael
I'm opening this issue as I encountered a few problems when trying to replicate your codes in an article entitled "Neural Networks for Survival Analysis in R". Here I will share the problem for discussion here.
Created on 2023-04-13 with reprex v2.0.2
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
Error: Error installing package(s): "'tensorflow'", "'keras'"
This error disappears when I use the codes from https://github.com/RaphaelS1/survivalmodels, install_tensorflow = FALSE instead of TRUE.
Created on 2023-04-13 with reprex v2.0.2
Then, I can proceed with the tutorial until benchmark section when I got another error when running this codes
Created on 2023-04-13 with reprex v2.0.2
Error: ModuleNotFoundError: No module named 'pycox'
This happened PipeOp surv.coxtime.tuned's $train()
After that, i cannot proceed with the next section Aggreggate with Harrell's C and Integrated Graf Score as there is no "bm" found.
Created on 2023-04-13 with reprex v2.0.2
For your information, I'm using your package mainly "survivalmodels" and "mlr3proba" as practice for the development of survival machine learning models in my research.
I hope you help me with this. Looking forward to your answer.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions