corresponding code to the paper: https://arxiv.org/abs/2502.14897
- Neptune AI results for language model experiments can be found here including tables, confusion matrixes and more.
- the main notebook on Kaggle called tweet-classification can be found here
- the final implementation and optimization of Triple Barrier Labeling can be found in the notebook next_day_prediction

- backtesting experiments and results can be found here
use poetry to install the packages with poetry install
. for more information go to poetry docs
then run with python src/run.py [Experiment ID]
Here are the folders and what they contain:
- raw: unprocessed data
- dataset: processed data
- notebook: notebooks
- src: contains the source code for experiments