From f41c5fd9eece3d6669222a3c7005d30afd0dd751 Mon Sep 17 00:00:00 2001 From: Bjorn Bruns <23258439+BjornBruns@users.noreply.github.com> Date: Thu, 26 Aug 2021 15:28:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f14db..f42369a 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,6 @@ How to get the notebooks running? Assuming the raw data set and metadata is avai 1. Install all Python packages required, using conda and the environment.yml file. 2. Update the config_template.py file and rename to config.py. -3. Use the preprocessing notebooks to process the raw data to usable data for either the ML or DL models (separate notebooks). +3. Use the preprocessing notebooks to process the raw data to usable data for either the ML or (reduced) DL models (separate notebooks). 4. The 'model training' notebooks can be used the train and save models. 5. The 'model validation' notebooks can be used to assess the performance of the models. \ No newline at end of file