Installation
Package Installation from Source
.. git clone https://github.com/BoevaLab/sparsesurv.git@main
.. conda env create -f conda.yml
.. conda activate highsurv
.. pip install .
or
.. conda create -y -n highsurv python=3.9
.. conda activate highsurv
.. pip install "git+https://github.com/BoevaLab/sparsesurv.git@main"
PyPI Installation
.. pip install sparsesurv