Open
Description
Was chatting with @FBruzzesi about functime and realised this does not raise.
from functime.forecasting import linear_model
model = linear_model(freq="1mo", lags=4, strategy="ashdfaskldj")
model.name
Validation happens in .fit()
. I guess we should move this validation on forecaster definition.