9+ years (2014-2023) Bitcoin historical data end-to-end ML pipeline created:
- π EDA: Price trends, volatility analysis, volume patterns
- βοΈ Features: Technical indicators (RSI, Moving Averages, Lags)
- π€ Model: Random Forest Regressor (Test RMSE: $XXX)
- π± Deployment: Interactive Streamlit dashboard
| Metric | Value |
|---|---|
| Dataset | 3,300+ days |
| Test RMSE | $XXX (XX.XX%) |
| Top Feature | Lag1 Close (XX.XX%) |
| Time Period | Sep 2014 - Dec 2023 |
Pandas - Scikit-learn - Matplotlib - Seaborn - Streamlit
Random Forest - RSI - Moving Averages - Time Series
bitcoin-price-prediction/
β
βββ README.md # Project documentation
βββ notebook/
β βββ Bitcoin_Analysis.ipynb # Complete Kaggle notebook
βββ data/
β βββ bitcoin-1.csv # 3.3K rows OHLCV data
βββ models/
β βββ rf_model.pkl # Trained Random Forest
βββ app.py # Streamlit dashboard
βββ requirements.txt # Dependencies
βββ screenshots/ # Results images