Hey @softgalaxy! Your target is interval, so you should not be running a classification model. Try fitting a model that supports interval targets instead, such as a regression, decision tree, or gradient boosting. A more appropriate target for logistic regression would be something like DeathCause or Status.
... View more