Added readme

This commit is contained in:
2025-11-08 00:24:21 +00:00
commit 18bc484999

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Hull Tactical Market Prediction
This repository contains code for the Hull Tactical Market Prediction Kaggle competition.
The goal is to forecast daily excess returns of the S&P 500 using historical market and proprietary signals, optimizing a custom risk-adjusted performance metric (Hull Competition Sharpe).
## Overview
- Predict S&P 500 excess returns and generate trading positions.
- Evaluate using the Hull Competition Sharpe metric.
- Focus on time-series validation and volatility control.