From bf57b89b44fbebde54df91f51f2ddb43b07c2219 Mon Sep 17 00:00:00 2001 From: felix kleinert <f.kleinert@fz-juelich.de> Date: Wed, 27 May 2020 13:27:06 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a40bbe18..c8c388d6 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,11 @@ Note: The method `PartitionCheck` currently only checks if the hostname starts w Therefore, it might be necessary to adopt the `if` statement in `src/run_modules/PartitionCheck._run`. ## How to run [IntelliO3-ts](https://doi.org/10.34730/c5dae21fac954aa6bdb4e86172221526) -After you followed the instructions above, you can rerun the trained model by executing (in activated venv) -`python run.py --experiment_date=IntelliO3-ts`. If you want to train the model from scratch, you have to modify `run.py`. +After you followed the instructions above, you can rerun the trained model by executing (in activated venv) + +`python run.py --experiment_date=IntelliO3-ts`. + +If you want to train the model from scratch, you have to modify `run.py`. To be more precise, you have to set `create_new_model=True`. Please note that the evaluation of bootstrapped input -variables takes some time. You can skip this evaluation by using `evaluate_bootstraps=False`. +variables takes some time and is not performed by default. You can evaluate bootstraps by using `evaluate_bootstraps=True` within the `ExperimentSetup` . -- GitLab