Skip to content

Commit

Permalink
Add note to README regarding regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilter committed Nov 29, 2023
1 parent 8f9302d commit b1475e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b1475e0

Please sign in to comment.