Crypto-prediction

Photo by CNBC

This is an artificial intelligence challenge I took part in on Kaggle . Using repisotory https://github.com/manthanthakker/BitcoinPrediction for inspiration, it presents implementations of machine learning algorithms (Random Forest, regression, etc.) and recurrent neural networks/long-term memory networks for BitCoin prediction. Furthermore, in our case, we have identified that BitCoin is the most important currency, as most other digital currencies will closely follow its trends. So having an accurate BitCoin prediction model should be an essential part of the project.

After importing the data obtained from Kaggle from our database, which contains historical information on several cryptocurrencies such as Bitcoin and Ethereum, I moved on to the data preparation and cleaning stage.

The next step is to deal with the missing values, rather in the difference in timestamp intervals. I started by extracting each cryptocurrency with its corresponding timestamps, visualizing them to better detect the differences and then imputing each missing value by the average of the value before and the value after.

Chaïma Boughanmi
Chaïma Boughanmi
Data Scientist @ BVA Xsight | R shiny developer
Organizer @ R-Ladies Paris
Paris France

In the realm of data and programming, I am the creator of endless possibilities.