Cryptocurrency Price Prediction for Ethereum, Arbitrum and Chainlink
Avg R-squared (R2) Score: 0.9624576006246804
This repository contains code for building a linear regression model to predict future values of Ethereum, Arbitrum, and Chainlink cryptocurrency prices. The model is trained using historical price data and aims to forecast prices for the period from February 17th to February 25th.
The files of the folder are as follows:
ARBNEW.csv: Contains the token data of (ARB) Arbitrum
LINKNEW.csv: Contains the token data of (LINK) ChainLink
ETHNEW.csv: Contains the token data of (ETH) Ethereum
instruction.py: Contains the instructions given to predict the data
predictions_Samarth.py: Contains the model code to predict the data
ReadMe.md: Contains the metadata and predictions screenshots of the file
requirements.txt: Contains all the requierments used in the application
Prediction for Ethereum
Prediction for Arbitrum
Prediction for Chainlink
The historical price data for Ethereum, Arbitrum, and Chainlink is sourced from Coingiko, CoinMarketCap and Yahoo finance. The dataset includes daily price records along with relevant features such as volume and market sentiment indicators.
- Python 3.x
- pandas
- scikit-learn
- matplotlib
- Jupyter Notebook (optional)





