Created
August 23, 2022 14:20
-
-
Save hrzn/0f669c767af97431edfb4cee57189008 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
model = LinearRegressionModel(lags=12) | |
model.fit(train) | |
pred = model.predict(n=len(val)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment