Giter Site home page Giter Site logo

Comments (3)

jaredleekatzman avatar jaredleekatzman commented on August 23, 2024 4

I just uploaded a simple notebook showing how to take a CSV file and create a dataset to use with DeepSurv.

Take a look at that and see if you understand it more. And then let me know if you have any other questions

from deepsurv.

koji1225shasha avatar koji1225shasha commented on August 23, 2024

Thank you so much for your comment. I can run mots of the codes without an issues. At the end, I cannot run the last two part of the codes as below:

KeyError Traceback (most recent call last)
in ()
1 # Print the final metrics
----> 2 print('Train C-Index:', metrics['c-index'][-1])

KeyError: 'c-index'


KeyError Traceback (most recent call last)
in ()
1 # Plot the training / validation curves
----> 2 viz.plot_log(metrics)

/Users/ksasaki1/AppData/Local/Programs/Python/Python36/Lib/site-packages/DeepSurv-master/deepsurv\viz.py in plot_log(log)
36 VALID_CI = 'valid_c-index'
37
---> 38 num_epochs = len(log[TRAIN_LOSS])
39
40 # Plots Negative Log Likelihood vs. Epoch

KeyError: 'loss'

P.S.
I have one favor. Could you share how we should add code for the treatment recommendation?

from deepsurv.

nishan2204 avatar nishan2204 commented on August 23, 2024

I'm getting the same error for last two lines of code, with loss as a KeyError.

Adding to messenger's point above, some code on how to obtain the personalized treatment recommendation would be appreciated. Sorry, I'm actually giving a literature review with your paper as part of a PoC for a project.

from deepsurv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.