Skip to content

Repository for my MSc thesis on financial time-series forecasting using Lag-Llama. The project applies foundation models to Forex data (multiple currency pairs), including cleaning, pre-processing, target exploration, train/test split, and baseline inference.

Notifications You must be signed in to change notification settings

NicolProtopapa/Nikoletta-Protopapa-Thesis-2025

Repository files navigation

Lag-Llama Forex Forecasting Thesis

Author: Nikoletta Protopapa Master’s Thesis – Cyprus University of Technology (CUT)

This repository contains the implementation of my Master’s thesis project, which focuses on time-series forecasting in the Forex market using two different model families:

Lag-Llama: a transformer-based foundation model for probabilistic forecasting LSTM: a classical baseline neural network

The project includes all stages of the pipeline: data preprocessing, exploratory analysis, model inference, and evaluation across multiple currency pairs.

Project Overview

The purpose of this thesis is to evaluate whether modern transformer-based architectures (specifically Lag-Llama) can outperform traditional deep learning models (LSTM) in predicting daily exchange rates for several EUR-based currency pairs, such as EURUSD, EURAUD, EURCAD, EURGBP, EURJPY, EURCHF, and EURCNY.

The project workflow includes:

->Downloading and cleaning daily Forex data ->Preprocessing and filtering each currency pair ->Exploratory Data Analysis (EDA) ->One-step-ahead forecasting ->Multi-pair inference ->Evaluation and performance comparison between models

About

Repository for my MSc thesis on financial time-series forecasting using Lag-Llama. The project applies foundation models to Forex data (multiple currency pairs), including cleaning, pre-processing, target exploration, train/test split, and baseline inference.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages