Skip to content

DebojyotiMishra/python-ethereum-price-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Python Ethereum Price Predictor

This Python script uses historical Ethereum price data to predict future prices using the Prophet library. It downloads Ethereum price data from Yahoo Finance, preprocesses the data, and then trains a Prophet model to make predictions.

Prerequisites

Before running the script, make sure you have the following libraries installed:

  • pandas
  • yfinance
  • plotly
  • prophet

You can install these libraries using pip:

pip install pandas
pip install yfinance
pip install plotly
pip install prophet

About

Ethereum price forecasting using the Prophet Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages