Skip to content

lichunxiao9501/Crycurrency_Price_Forecasting_Kaggle_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crycurrency_Price_Forecasting_Kaggle_Project

This repository demonstrates a practice project in the price forecasting field using data from a Kaggle dataset - Cryptocurrency Historical Prices.

1 File Documentation

1.1 Folders

dash folder: this folder contains the python scripts and assets for the dash app.

notebooks folder: this folder contains two notebooks, EDA.ipynb and Price_Forecast.ipynb.

1.2 Notebooks

The EDA.ipynb contains the explotary data analysis and data visualization.

The Price_Forecast.ipynb contains the price forecast analysis for Bitcoin, in which I demonstrated three different models / approaches.

  • the time series model (ARIMA),
  • the machine learning models (random forest, gradient boosting, xgboost),
  • the deep learning model.

2 Dash App Screenshots

Screenshot 1: Daily close price series of top 10 cryptocurrencies by market value

Screenshot 2: Moving average and bollinger band plot of selected cryptocurrecy (by clicking the corresponding pie slide)

Screenshot 3: Moving average and bollinger band plot of selected cryptocurrecy (over selected time period)

Screenshot 4: Market value and time series plot of selected cryptocurrecy and selected time period

About

This repository demonstrates a practice project in the price forecasting field using data from a Kaggle dataset - Cryptocurrency Historical Prices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages