Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jib10001 authored May 3, 2024
1 parent 5dd401e commit d375803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This repository contains two branches: MicroVI and MicroVI-retraining. MicroVI contains the base code for implementing MicroVI 5-fold cross-validation 100 times. MicroVI-retraining contains the code for implementing MicroVI with data augmentation, i.e., after each run of the model is trained, a portion of the learned latent space is sampled and used to finetune the trained model.

The run.py file within each project is the main file to run. A sample shell script is provided in myjob.sh. The data for each project is provided within the NEW_DATASETS folder, which is subdivided into a subfolder containing microbiome data with mice on different diet (aka M-DIET, our dataset used for linear regression) and another subfolder containing microbiome data when mice were in different ages (aka M-AGE, our dataset used for classification/logistic regression).
The run.py file within each project is the main file to run. A sample shell script is provided in myjob.sh. The data for each project is provided within the NEW_DATASETS folder, which is subdivided into a subfolder containing microbiome data with mice on different diets (aka M-DIET, our dataset used for linear regression) and another subfolder containing microbiome data measured when mice were in different ages (aka M-AGE, our dataset used for classification/logistic regression).

To choose which setting to run (i.e., linear regression or classification), modify the first ten lines of the main function within run.py:

Expand Down

0 comments on commit d375803

Please sign in to comment.