I am working with lifelines package in python which is for survival analysis. when I set different values on duration_col for censored events (the ones that have 0 on event_col), I get different results.
The fact is that censored events have no duration so theoretically it shouldn't change the result.
What should I set for the duration of censored values?
How does the algorithm consider the right censoring?