Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rim17004 authored Apr 12, 2024
1 parent 1e5eef3 commit 037613f
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
Expand Up @@ -3,7 +3,7 @@ This repository contains two branches: MicroVI and MicroVI-retraining. MicroVI c
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 POMP (aka M-DIET, our dataset used for linear regression) and DOMA (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:
# Linear Regression - uncomment below:
## Linear Regression - uncomment below:
# dataset = 'pomp'

## Logistic Regression (classification) - uncomment below:
Expand Down

0 comments on commit 037613f

Please sign in to comment.