CamDavidsonPilon / lifelines

Survival analysis in Python
lifelines.readthedocs.org
MIT License
2.37k stars 560 forks source link

Relation to hazardous by probabl - is that a copycat project? #1616

Closed fkiraly closed 5 months ago

fkiraly commented 5 months ago

@CamDavidsonPilon, may I ask what is going on with the hazardous library by the company probabl (French company close to some sklearn developers)?

The most advanced state is probably the "ICML 2024" branch https://github.com/soda-inria/hazardous/tree/icml-2024 On the technical level, it seems like:

On the publicity level:

I find that odd, especially the statement that it is one of probabl's flagship projects, given the basically completely unready state of hazardous and how much it wraps lifelines.

Do you have an agreement with probabl?

probabl webpage: https://probabl.ai/open-source

Screenshot, retrieved June 9, 2024 image

CamDavidsonPilon commented 5 months ago

Hi @fkiraly,

Thanks for bringing this to my attention. We don't have any connection to that project or company. While it would be nice to receiving trickle-down funding from a VC-backed company, I'm not expecting it. Nor am I expect expecting any attribution beyond import statements.

What I do expect is that lifelines is a placeholder. These devs probably want to rewrite important models themselves (they have more experience with Cython and probably want control over internals) rather than defer out to lifelines. Probably they used lifelines-wrapped models for early demos.