You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper_full.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,9 +141,11 @@ the natural evolution behavior of the system. \label{fig:interv_effect}](../imag
141
141
Interfere offers tools to optimize forecasting methods for time series
142
142
prediction. By using Interfere's cross validation objective function along with a
143
143
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
0 commit comments