Open XinyuWuu opened 2 months ago
This PR fix the bug when no exogenous variable is passed to TFT.
Previously, if no exogenous variable is passed, TFT will fail with log_interval != -1 and do nothing when log_interval == -1.
log_interval != -1
log_interval == -1
Details can be found: https://github.com/sktime/sktime/pull/6228
This PR fix the bug when no exogenous variable is passed to TFT.
Previously, if no exogenous variable is passed, TFT will fail with
log_interval != -1
and do nothing whenlog_interval == -1
.Details can be found: https://github.com/sktime/sktime/pull/6228