Skip to content

Releases: HUST-NingKang-Lab/ONN4MST

ONN4MST_v0.2

10 Oct 08:20
Compare
Choose a tag to compare

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.