havakv / pycox

Survival analysis with PyTorch
BSD 2-Clause "Simplified" License
803 stars 188 forks source link

is_monotonic should be update to is_monotonic_increasing #156

Open JIN-Li-stats opened 1 year ago

JIN-Li-stats commented 1 year ago

\pycox\evaluation\eval_surv.py:36: FutureWarning: is_monotonic is deprecated and will be removed in a future version. Use is_monotonic_increasing instead.

GlitchyHydra commented 10 months ago

Hello! Any updates? The problem is still relevant today. I was forced to roll back to pandas 1.4.4, because I didn't want to change pycox files everywhere