Skip to content

Instantly share code, notes, and snippets.

View mjanson's full-sized avatar

Mike Janson mjanson

  • University of California, Berkeley
  • Berkeley, CA
View GitHub Profile
@mjanson
mjanson / autoarima.err
Created June 28, 2023 20:56
Error from AutoARIMA with parallel=True
---------------------------------------------------------------------------
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 )
@mjanson
mjanson / runsim.out
Created October 21, 2019 16:27
runsim parallelization errors on bilbo
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
@mjanson
mjanson / runsim.R
Created October 21, 2019 13:52
more runsim errors
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’:
@mjanson
mjanson / runsim.R
Created October 21, 2019 13:44
single parallel execution
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’:
@mjanson
mjanson / dopar_errors.txt
Created October 21, 2019 01:38
Errors from dopar with larger (12) number of cores
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