This repository contains the codes developed to predict the price direction of the stock PETR4.
This project is part of the final paper in the Specialization Course in Machine Learning at PUC MINAS University.
The repo is organized as follows:
- Module 1: Gathering PETR4 price data and related features (libraries: pytrends and yfinance);
- Module 2: Feature Engineering, missing data and outliers treatment;
- Module 3: Gathering data from Twitter (tweets related to finance);
- Module 4: Dataviz;
- Module 5: Data preparation;
- Module 6: Training the models, hyperparameters tunning, backtesting and evaluation.