stationary (1) 썸네일형 리스트형 [Python] 24. 시계열 예측 from statsmodels.tsa.ar_model import AR from statsmodels.tsa.arima_model import ARIMA from statsmodels.graphics.tsaplots import plot_acf, acf from statsmodels.tsa.stattools import adfuller from statsmodels.graphics.tsaplots import plot_pacf from statsmodels.tsa.stattools import adfuller import pandas as pd import matplotlib.pyplot as plt import numpy as np from warnings import filterwarnings fil.. 이전 1 다음