autonlab / auton-survival

Auton Survival - an open source package for Regression, Counterfactual Estimation, Evaluation and Phenotyping with Censored Time-to-Events
http://autonlab.github.io/auton-survival
MIT License
315 stars 74 forks source link

Update readme for new installation method #132

Open rvandewater opened 10 months ago

rvandewater commented 10 months ago

The readme is out of date so I added the new installation method

matteo4diani commented 10 months ago

Hi @rvandewater, thanks for contributing to auton-survival 🙂 We definitely need to update the README!

We recently published 0.1.0 on PyPI https://pypi.org/project/auton-survival/. To install auton-survival you can simply install via pip: pip install auton-survival.

If you want to contribute changes to auton-survival itself, then indeed you need to clone the repo, install poetry with pip install poetry and install the dependencies with poetry install.

Regarding the switch from Python > 3.5 and PyTorch > 1 I'm not sure this isn't an oversight on my side. What do you think @chiragnagpal? Should we downgrade to keep compatibility?

rvandewater commented 9 months ago

Thanks @matteo4diani; I added the pip install in the readme now as well.