From b1475e02bbc22184fad7e8ebd602995ad11c4022 Mon Sep 17 00:00:00 2001 From: Jacob Silterra Date: Wed, 29 Nov 2023 12:59:03 -0500 Subject: [PATCH] Add note to README regarding regression test --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 751e615..fff4939 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ Lung Cancer Risk Prediction +## Run a regression test + +```shell +python tests/regression_test.py +``` + +This will download the`sybil_ensemble` model and sample data, and compare the results to what has previously been calculated. + + ## Run the model You can load our pretrained model trained on the NLST dataset, and score a given DICOM serie as follows: