soda-inria / hazardous

Competing Risks and Survival Analysis
https://soda-inria.github.io/hazardous/
MIT License
45 stars 11 forks source link

API change the shape of the incidence curves #61

Closed glemaitre closed 1 month ago

glemaitre commented 2 months ago

Change some API such that the shape of returned arrays are:

ogrisel commented 1 month ago

The goal is to be consistent with the conventions of scikit-learn where all predict_ methods return datastructures with a first dimension that is aligned with the observations onto which the predictions are made.