Skip to content

Instantly share code, notes, and snippets.

@erykml
Created December 8, 2020 23:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erykml/1dce777a0664929eda089e57b7ca2339 to your computer and use it in GitHub Desktop.
Save erykml/1dce777a0664929eda089e57b7ca2339 to your computer and use it in GitHub Desktop.
import pandas as pd
from fbprophet import Prophet
from neuralprophet import NeuralProphet
from sklearn.metrics import mean_squared_error
# plotting
import matplotlib.pyplot as plt
# settings
plt.style.use('seaborn')
plt.rcParams["figure.figsize"] = (16, 8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment