diff --git a/README.md b/README.md index a40bbe18e3ac4b7752fb6979d5f057a3cb34b2b7..c8c388d6fcc0aadb59bb7ca0da08ccb8ee666c50 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` .