louisazhou

Results 2 issues of louisazhou

Can we alter the code somewhere to predict not just one time series, but predict all the multivariate inputs?

Bug: if you try putting the same timestamp in the `conditional_after` as in `times`, i.e. ``` t=10 cph.predict_survival_function(df, times=t, conditional_after=t) ``` The expected value, by the definition of 'conditional probability',...

docs