Skip to content

Running MetOncoFit

Scott Campit edited this page May 31, 2019 · 4 revisions

MetOncoFit software

There are 5 main Python scripts used to run MetOncoFit:

  • metoncofit.py: calls the other scripts and runs everything.
  • process.py: takes in the raw data and formats it for creating the model and making the plots
  • random_forest.py: the random forest algorithm for MetOncoFit
  • validator.py: calculates statistics and validation metrics from MetOncoFit prediction
  • visualizations.py: creates relevant plots

This page describes the process of running MetOncoFit step by step:

Clone this wiki locally