Alexis Bruneteau a28a363dd9 Add comprehensive pre-match features for better predictions
Enhanced feature engineering with legitimate pre-match information:

New features:
- Map one-hot encoding (Dust2, Mirage, Inferno, etc.)
- rank_sum: Combined team strength indicator
- rank_ratio: Relative team strength
- team1_is_favorite: Whether team 1 has better ranking
- both_top_tier: Both teams in top 10
- underdog_matchup: Large ranking difference (>50)

All features are known before match starts - no data leakage.
Expected to improve model performance while maintaining integrity.

Current feature count: ~20 (4 base + 3 rank + ~10 maps + 3 indicators)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 20:24:07 +02:00
2025-09-30 17:03:15 +02:00
2025-09-30 17:03:15 +02:00
2025-10-01 17:35:13 +02:00
2025-10-01 15:04:13 +02:00
2025-09-30 17:04:43 +02:00
2025-09-30 16:38:14 +02:00
2025-09-30 15:48:38 +02:00
2025-10-01 15:04:13 +02:00
2025-10-01 15:04:13 +02:00

MLOps Project

This is an MLOps project for CSGO data analysis and model training.

Features

  • Data pipeline with Apache Airflow
  • Model training with PyTorch and scikit-learn
  • MLflow for experiment tracking
  • DVC for data versioning
  • Monitoring with Prometheus
  • FastAPI for API serving

Setup

  1. Install dependencies:

    poetry install
    
  2. Run the data pipeline:

    airflow dags unpause csgo_data_pipeline
    

Project Structure

  • dags/: Airflow DAGs
  • src/: Source code
  • models/: Trained models
  • data/: Data files
  • notebooks/: Jupyter notebooks
  • tests/: Test files
  • config/: Configuration files
  • docker/: Docker files
  • kubernetes/: Kubernetes manifests
Description
No description provided
Readme 350 KiB
Languages
Python 73.3%
Typst 25.9%
Dockerfile 0.8%