Founders: Jasper Liu, Ngoc Vo, Ngoc Tu, Thuy Linh Pham, Nathanael Garcia, Nicholas Magtangob
Description: Given the stock dataset with daily OHLCV (Open, High, Low, Close, and Volume) values, we will use a machine learning pipeline to predict multiple stocks’ next-day logarithmic returns, defined as
Read this final report document to get a better understanding of the project
You can run the example notebooks directly from the /experiment directory to test the project workflows. However, for the scripts inside /backend, make sure to run them from the project root, e.g.:
python ./backend/evaluation.pyThis project uses:
- yfinance Stock Market Dataset (© Ran Aroussi, licensed under the Apache License 2.0)
/experiment: where the jupyter notebook and testing files live/backend: where the machine learning pipeline and backend server live/frontend: where the user interface lives/data: where the processed and feature datasets live/model: where meta-information about fine-tuned and ensembled models lives/graph: where evaluation plots for each model live