We provide ONN4MST models as "config.tar.gz" file. Below contents are included:
config
├── microbiome.tree # The biome ontology embedded in ONN4MST.
├── model_df.json # The ONN4MST model with default features (all features).
├── model_sf.json # The ONN4MST model with selected features.
└── prep_conf.pkl # The config file for `preprocess.py`.
To deploy the model, uncompress the file after cloning the repository. See README.md.