Skip to content

RohitGanji/bitcoin-price-prediction

Repository files navigation

Bitcoin Price Prediction using Multivariate Time Series Data

Open In Colab

The goal of this notebook is to predict the Bitcoin Price 💰📈

Univariate Time Series: Time Series that consists of single observations recorded sequentially over equal time increments. (Single column in pandas dataframe)

Multivariate Time Series: Time Series that consists of more than one observations recorded sequentially over equal time increments. (Multiple columns in pandas dataframe)

Univarite Multivariate
Single observation Multiple observations

We're going to use the historical Bitcoin price data and Bitcoin block reward size as our dataset.

Note: This is not a financial advice. I am not responsible if you make financial decisions based on this model's predictions. Time Series forecasting for market prices is terrible.

Prediction

Releases

No releases published

Packages

No packages published