Skip to content

Instantly share code, notes, and snippets.

View omers's full-sized avatar

Omer Segev omers

View GitHub Profile
@omers
omers / run_predict.py
Created November 21, 2019 06:06
Facebook Prophet Gold price prediction
import pandas as pd
from fbprophet import Prophet
import sys
import matplotlib.pyplot as plt
from fbprophet.diagnostics import cross_validation
from fbprophet.diagnostics import performance_metrics
from fbprophet.plot import plot_cross_validation_metric