restructure of discussion

This commit is contained in:
2025-08-27 16:42:04 +02:00
parent ba37b06f00
commit a1b2662b8a
3 changed files with 143 additions and 39 deletions
+7
View File
@@ -246,6 +246,13 @@ The model outputs represent data-driven estimates and do not constitute medical
All features were normalized based on their empirical distributions.
A \textit{standard scaler} was applied to approximately normal features without outliers,
a \textit{robust scaler} was used for distributions with outliers, and a \textit{MinMax scaler} was used for all others.
Different Scalers were used for the train, validation and test sets to avoid data leakage.
For the final data matrix, all features were stacked per timestep.
The static features were repeated for each timestep.
We are aware of possible inefficiencies here.
A side channel for static features might improve predictive efficiency and potential quality, but
this was left out to keep the interfaces the same for compatibility purposes between all tested models
\subsubsection{Time-Series Input Representation}
\label{subsubsec:time_series_input_representation}