#equity-post-hct-survival-predictions
1 messages · Page 1 of 1 (latest)
nvm it is fixed
can anyone explain the stratified concordence index to me and if the concordence_index_censored can be used from sksurv.metrics
how to get prediction out of 2 target columns
thanks
hi, so i have a bit of a peculiar issue - im able to get the predictions and my models are working as i expect them to, however, im unable to figure out the lifelines package installation offline - without which i cannot make a submission. would really appreciate any help i can get with this
Heyo, you could try replacing cibmtr-whl-files-for-installation with pip-install-lifelines
Ohh, wait, sorry this is my first time working on a notebook in Kaggle 😅 . Do that, then on the right side of your Kaggle notebook it should show "Add Input". Click it, type in "pip", then select pip install lifelines. I think you could choose any that has the packages you need but you'd need to adjust the directory and filenames accordingly. You can find these under inputs after installing one of those packages. You could upload packages yourself as well
Hello @everyone I'm facing the following error while submitting
Notebook Threw Exception
Your notebook hit an unhandled error while rerunning your code. Note that the hidden dataset can be larger/smaller/different than the public dataset See more debugging tips
if any body can guide me how to come out of this submission error, the whole note book is running smoothly when I hit save&Run all (commit) but when it comes to submission it is thowing the error, how to fix this any one guide me in this.
When you commit, your notebook will be reruns, so you should keep your code flow correct.
For example, if you just create a submission in your notebook you will get an error.
Because he would use some of the undisclosed data to test the submission
okay, thankyou for your reply
oh thanks. this is helpful. it is also my first time using kaggle notebooks so got thrown off a bit! but i really appreciate the help!
I am a little confused. How do i submit a notebook?
Do I download data, create new notebook and upload downloaded zip file and then clean data/feature engin etc?