Home to the source of the following images:
ghcr.io/euracan/starter-algorithm-baseghcr.io/euracan/starter-chisqghcr.io/euracan/starter-summaryghcr.io/euracan/starter-coxphghcr.io/euracan/starter-crosstabghcr.io/euracan/starter-glmghcr.io/euracan/starter-survdiffghcr.io/euracan/starter-survfit
VTG_PREPROCESS_MIN_RECORDS_THRESHOLD
To make a release you need to tag the commit with the algorithm and version number, for example:
git tag -a [ALGORITHM]/1.0.0 -m "Release 1.0.0"
git push origin [ALGORITHM]/1.0.0With [ALGORITHM] being the name of the algorithm:
chisqsummarysurvfitsurvdiffcoxphcrosstabglm
The documentation is generated using sphinx. To generate the documentation you need to install the dependencies:
pip install -r docs/requirements.txtThen you can generate the documentation with:
cd docs
make livehtmlThen you can view the documentation at http://localhost:8000.