This file contains hidden or 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
Attaching package: ‘dplyr’ | |
The following objects are masked from ‘package:stats’: | |
filter, lag | |
The following objects are masked from ‘package:base’: | |
intersect, setdiff, setequal, union |
This file contains hidden or 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
maj@maj-linux:~/src/stat-215-a/lab3/R$ Rscript runsim.R | |
Attaching package: ‘dplyr’ | |
The following objects are masked from ‘package:stats’: | |
filter, lag | |
The following objects are masked from ‘package:base’: |
This file contains hidden or 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
maj@maj-linux:~/src/stat-215-a/lab3/R$ Rscript runsim.R | |
Attaching package: ‘dplyr’ | |
The following objects are masked from ‘package:stats’: | |
filter, lag | |
The following objects are masked from ‘package:base’: |
This file contains hidden or 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
Attaching package: ‘dplyr’ | |
The following objects are masked from ‘package:stats’: | |
filter, lag | |
The following objects are masked from ‘package:base’: | |
intersect, setdiff, setequal, union |
This file contains hidden or 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
--------------------------------------------------------------------------- | |
NotImplementedError Traceback (most recent call last) | |
Cell In[72], line 13 | |
4 df = pd.read_csv('https://datasets-nixtla.s3.amazonaws.com/air-passengers.csv') | |
5 sf = StatsForecast( | |
6 models = [AutoARIMA(stepwise=False, | |
7 parallel=True, | |
(...) | |
11 freq = 'M' | |
12 ) |