Novartis / torchsurv

Deep survival analysis made easy
http://opensource.nibr.com/torchsurv/
MIT License
69 stars 7 forks source link

evaluation metrics markdown #38

Closed melodiemonod closed 4 months ago

melodiemonod commented 4 months ago

Write markdown to summarise the theory behind the evaluation metrics for survival models.

melodiemonod commented 4 months ago

I added a new evaluation_metrics_survival_model.md file in notebooks/

I tried to add it in the sphinx in index.rst with

.. toctree::
    :maxdepth: 2
    :caption: Tutorials:

    notebooks/introduction
    notebooks/momentum
    notebooks/evaluation_metrics_survival_model.md

But the maths mode isn't working image

Any idea how to fix this @tcoroller @kruscpe1?