Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ARIMA.Fit memoryError
#3
(Feb-22-2019, 02:25 AM)scidam Wrote: It seems that you operate with big arrays somewhere, or such arrays occur during computations. zeros((N, M)) in Numpy tries to allocate N*M*8 bytes (8 is default, depends on dtype) in RAM, but you don't have enough RAM.

hi Mr. I have extended my physical RAM to 20G as a max limit that can hold my computer, and then I re-executed my model until q order equal to 180 as an example "ARIMA (0,0,180)" because my main objective is to go up to 367 as q order. I had kept my computer running for hours (20) no error had been loaded, but the execution of my model had not finished and no output coming. some suggestions found for this kind of problems are recommended to change the program, may be this means I should make some modifications in the predefined ARIMA.fit python function to get best optimization? because it is not an easy choice? if yes, can you help me trying it?
Reply


Messages In This Thread
ARIMA.Fit memoryError - by wissam1974 - Feb-20-2019, 06:45 PM
RE: ARIMA.Fit memoryError - by scidam - Feb-22-2019, 02:25 AM
RE: ARIMA.Fit memoryError - by wissam1974 - Feb-23-2019, 07:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Demand Forecasting using Arima LukasBen123 6 1,242 Jul-21-2023, 11:58 PM
Last Post: Pedroski55
  Parallelizing Run ARIMA Model wissam1974 0 2,974 Mar-02-2019, 07:20 PM
Last Post: wissam1974
  ARIMA error with hight MA order wissam1974 0 4,282 Feb-16-2019, 02:57 PM
Last Post: wissam1974
  arima model error in python wissam1974 0 4,223 Jan-23-2019, 09:37 AM
Last Post: wissam1974

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020