Skip to content

MaksKhan/Bitcoin-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Bitcoin-price-prediction

HSE Bootcamp

🔉 Task

We had price of Bitcoin for every day since 2022. The task was to predict price for next week (July 2023).

🔍 EDA

Plot with trends

image

🍭 Price plot

Actual price, seasonality and other image

✍️ Detecting anomalies

Actually, there were too many anomalies, but these are the most influencing image

Training

🔱 How to train?

Backtest is something like cross-validation for timeseries. We predict validation data on first step and then we can use it on the second step

image

🤖 Model

I was using ETNA library from Tinkoff. This library was designed special for timeseries tasks. Main advantages are simplicity and confidence in the absence of leakage.

🎯 Baseline is simple NaiveModel

image Result of Backtest

image More useful to think about errors.

📣 Result

💀 The competition took place in August 2023. However test data was from July 2023 (month before). So everyone could just find real price of Bitcoin and easily make submission. And so many refused to continue to participate

About

HSE Bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published