Skip to content

AutoARIMA class

Compare
Choose a tag to compare
@AzulGarza AzulGarza released this 11 Mar 19:14
· 1196 commits to main since this release
  • Now: Good Ol' sklearn syntax with model = AutoARIMA(); model.fit(y); model.predict(10).
  • Bug fixes.