Название: Cryptocurrency Price Analysis, Prediction, And Forecasting Using Machine Learning With Python, Second Edition
Автор: Vivian Siahaan, Rismon Sianipar
Издательство: Balige Publishing
Год: July 2023
Страниц: 401
Язык: английский
Формат: epub (true)
Размер: 17.5 MB
In this project, we will be conducting a comprehensive analysis, prediction, and forecasting of cryptocurrency prices using machine learning with Python. The dataset we will be working with contains historical cryptocurrency price data, and our main objective is to build models that can accurately predict future price movements and daily returns. The first step of the project involves exploring the dataset to gain insights into the structure and contents of the data. We will examine the columns, data types, and any missing values present. After that, we will preprocess the data, handling any missing values and converting data types as needed. This will ensure that our data is clean and ready for analysis. Next, we will proceed with visualizing the dataset to understand the trends and patterns in cryptocurrency prices over time. We will create line plots, box plot, violin plot, and other visualizations to study price movements, trading volumes, and volatility across different cryptocurrencies. As part of our Machine Learning efforts, we will also develop models for predicting daily returns of cryptocurrencies. Daily returns are essential indicators for investors and traders, as they reflect the percentage change in price from one day to the next.