Skip to content

Instantly share code, notes, and snippets.

View lucarigo's full-sized avatar
👻

Luca lucarigo

👻
  • Switzerland
  • 14:19 (UTC +02:00)
View GitHub Profile
from pandas import read_csv
from pandas import datetime
from matplotlib import pyplot
from statsmodels.tsa.arima_model import ARIMA
from sklearn.metrics import mean_squared_error
from statsmodels.graphics.tsaplots import plot_acf, plot_pacf
file_path = "minyak-goreng-prices.csv"
# Parse the date into pandas.datetime