Created
December 30, 2021 07:10
-
-
Save A-safarji/eb1aa3385e15c4594b759062f0db5127 to your computer and use it in GitHub Desktop.
install and import NeuralProphet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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