karlarao
karlarao
I'm getting the following error using the HDP sandbox version 2.5 ``` python --version Python 2.7.5 hive --version Hive 1.2.1000.2.5.0.0-1245 hadoop version Hadoop 2.7.3.2.5.0.0-1245 ``` ``` [root@localhost lipwig-master]# python lipwig.py...
I was trying to re-create Rob's example here http://robjhyndman.com/hyndsight/tscvexample/ using cv.ts as you posted here http://1.bp.blogspot.com/-lkttbcc3SWI/Tsp_YFethQI/AAAAAAAACsY/frG55hOOZTE/s1600/hyndmanGraph.png on your blog http://moderntoolmaking.blogspot.com/2011/11/functional-and-parallel-time-series.html But I'm having the following errors ``` # errors with...
I was following the code posted on http://stats.stackexchange.com/questions/140163/timeseries-analysis-procedure-and-methods-using-r and I'm getting the following error > models$stl = cv.ts(x, stl.Forecast, tsControl=ctrl,s.window=12, ic='aicc', robust=TRUE, method='ets') > Error in { : task 1...