Predicting ETH price for the next 30 days by using Facebook prophet in a simple manner. Black dots represent reality, red lines are the changepoints in the trend, and the blue line is the prediction.
Here is the code:
################### import pandas as pd from fbprophet import Prophet