Cameron Davidson-Pilon
Cameron Davidson-Pilon
Hi @isirisiss, are you able to provide a full stack trace?
Oh, it's because you're using `spline` - that's not implemented, my bad. I don't know a code work-around for now, unfortunately, but you could check the assumptions using a non-spline...
Thanks for the detailed issue @aongus, I'll look into this asap
ack sorry, it's a high priority but am stuck on it. I haven't made much progress, unfortunately.
Hi @aongus, I've dug a bit into this recently, and the problem may be due to R changing their algorithm recently for computing these values, see https://github.com/CamDavidsonPilon/lifelines/issues/997#issuecomment-652567848
Hi @t-silvers, AFAIK formulaic doesn't support that feature yet. If you really need that feature, you can use Patsy to transform your df _outside_ lifelines, and then pass the transformed...
why didn't I merge this?
I actually apologize - previous Cameron _way over-engineered_ this class and made us all confused today 🙃 Anyways, I think the _correct_ behaviour is as follows: - `plot` should probably...
Hi @Valery2511 At first thought, I'm not sure. I do have tests in the project comparing [lifelines baseline vs R's baseline](https://github.com/CamDavidsonPilon/lifelines/blob/master/lifelines/tests/test_estimation.py#L5140). I will have to do some digging. Are you...
Hi @PortlandMichelle. Hard to say what might be going on without seeing the dataset used. Can you reproduce it with a small synthetic dataset?