Brian Head
04/04/2024, 7:20 PMtransform_exog
function within the MLForecast
function like you do lag_transforms
? So far my efforts haven't worked and when I do it before and preprocess I have issues when I get to the predict
step where it expects me to supply the exogenous variables. I do have other exogenous variables I am supplying, but I'm also using the transform_exog
on them. Hope this makes sense.
The documentation doesn't seem to show it that way--only preprocessing series data. I was able to use this to figure out how to do it with preprocessing mentioned above, but hoping there's something I've missed to do it within the MLForecast
function.José Morales
04/04/2024, 8:03 PMBrian Head
04/04/2024, 8:04 PMJosé Morales
04/04/2024, 8:07 PM