@@ -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`.