Skip to content
Snippets Groups Projects
Commit bf57b89b authored by felix kleinert's avatar felix kleinert
Browse files

Update README.md

parent ce3fb3c5
No related branches found
No related tags found
No related merge requests found
Pipeline #49349 failed
...@@ -83,7 +83,10 @@ Therefore, it might be necessary to adopt the `if` statement in `src/run_modules ...@@ -83,7 +83,10 @@ Therefore, it might be necessary to adopt the `if` statement in `src/run_modules
## How to run [IntelliO3-ts](https://doi.org/10.34730/c5dae21fac954aa6bdb4e86172221526) ## 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) 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`.
`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 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` .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment