Skip to content

Commit 10993a9

Browse files
authored
Enhance hyperparameter optimization explanation
Clarified the description of hyperparameter optimization in forecasting methods and added context regarding observational data and interventions.
1 parent 56c0089 commit 10993a9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

paper/paper_full.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,11 @@ the natural evolution behavior of the system. \label{fig:interv_effect}](../imag
141141
Interfere offers tools to optimize forecasting methods for time series
142142
prediction. By using Interfere's cross validation objective function along with a
143143
hyperparameter optimizer such as Optuna [@akiba2019optuna], it is possible to compare
144-
hyperparameter settings on multiple folds of time series data. To simplify this
145-
process, every Interfere forecasting method comes with sensible preset
146-
hyperparameter ranges for the optimizer to explore. Using the cross validation objective function for hyperparameter optimization is demonstrated in the following code block.
144+
hyperparameter settings on multiple folds of time series data, the data can be purely observational
145+
(as in the benchmark) or contain interventions and responses.
146+
Every Interfere forecasting method comes with sensible preset
147+
hyperparameter ranges for the optimizer to explore. Hyperparameter optimization of cross validated error
148+
is demonstrated in the following code block.
147149

148150
```python
149151

0 commit comments

Comments
 (0)