From 1e5eef3f95f330c1fd6b3092cb1afd19b1961c83 Mon Sep 17 00:00:00 2001 From: Rigel Mahmood Date: Fri, 12 Apr 2024 13:00:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a23637d..44e92a0 100644 --- a/README.md +++ b/README.md @@ -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: