File size: 1,490 Bytes
acbc1d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f7f2220
acbc1d6
 
 
 
 
 
 
 
f7f2220
acbc1d6
 
 
 
 
 
 
f7f2220
 
 
 
 
 
acbc1d6
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
language: en
tags:
- pokemon
- competitive-pokemon
- pokemon-showdown
- team-builder
- win-prediction
- xgboost
- pytorch
- transformer
license: mit
---

# FutureSightML

**ML-powered Pokemon team builder that predicts win rates from team composition alone.**

Pre-trained models for **61 competitive formats** across Generations 1-9.

## Downloads

- **Windows Desktop App (CUDA):** [FutureSightML-win-x64.zip](https://huggingface.co/HotHams/FutureSightML/resolve/main/FutureSightML-win-x64.zip) (~3 GB) — Extract and run. Models download automatically on first launch.
- **Model Data:** [model-data.tar.gz](https://huggingface.co/HotHams/FutureSightML/resolve/main/model-data.tar.gz) (~300 MB) — For running from source.

## Architecture

Neural transformer encoder with pairwise matchup matrix branch, ensembled with XGBoost (640+ hand-engineered features). Per-format calibrated weights. Generation-aware mechanics (Mega Evolution, Z-Moves, Dynamax, Tera types).

## Performance

Team-only AUC on held-out test sets (ratings equalized, no Elo leakage):

| Format | Neural AUC | XGB AUC |
|---|---|---|
| Gen 3 OU | 0.859 | 0.828 |
| Gen 4 OU | 0.853 | 0.841 |
| Gen 9 AG | 0.845 | 0.772 |
| Gen 8 Ubers | 0.830 | 0.805 |
| Gen 9 Ubers | 0.812 | 0.752 |
| Gen 9 OU | 0.760 | 0.688 |

For context: Dota 2 draft prediction AUC is 0.66-0.71, Hearthstone deck prediction AUC is 0.65-0.68.

## Source Code

[github.com/HotHams/FutureSightML](https://github.com/HotHams/FutureSightML)