Skip to content

Instantly share code, notes, and snippets.

@A-safarji
Created December 30, 2021 07:10
Show Gist options
  • Select an option

  • Save A-safarji/eb1aa3385e15c4594b759062f0db5127 to your computer and use it in GitHub Desktop.

Select an option

Save A-safarji/eb1aa3385e15c4594b759062f0db5127 to your computer and use it in GitHub Desktop.
install and import NeuralProphet
# install neuralprophet
!pip install neuralprophet
# import libraries
import pandas as pd
import matplotlib.pyplot as plt
import plotly.offline as py
import matplotlib.pyplot as plt
%matplotlib inline
# import neuralprophet
from neuralprophet import NeuralProphet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment