Initial commit: Eurojackpot analysis and prediction system

This repository contains a comprehensive Eurojackpot lottery analysis and prediction system including:
- Historical data analysis and processing
- ML-based prediction models
- Automated weekly tip generation
- Position and range analysis tools
- Notification system for results

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-16 15:53:01 +01:00
co-authored by Claude Sonnet 4.5
commit 70e0638dee
67 changed files with 8491869 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
tipp_nr;zahlen;z1;z2;z3;z4;z5;sz1;sz2;muster;summe
1;[11, 21, 26, 39, 42];11;21;26;39;42;5;8;NMMHH;139
2;[8, 16, 36, 40, 43];8;16;36;40;43;4;9;NMHHH;143
3;[6, 9, 25, 38, 44];6;9;25;38;44;2;7;NNMHH;122
4;[13, 23, 36, 41, 46];13;23;36;41;46;2;6;NMHHH;159
5;[10, 13, 32, 40, 50];10;13;32;40;50;5;6;NNMHH;145
6;[12, 30, 33, 37, 44];12;30;33;37;44;3;6;NMMHH;156
7;[14, 18, 37, 44, 50];14;18;37;44;50;2;6;NMHHH;163
8;[11, 17, 35, 47, 50];11;17;35;47;50;3;8;NMMHH;160
9;[20, 23, 36, 44, 46];20;23;36;44;46;4;9;MMHHH;169
10;[2, 17, 34, 43, 47];2;17;34;43;47;1;7;NMMHH;143
1 tipp_nr zahlen z1 z2 z3 z4 z5 sz1 sz2 muster summe
2 1 [11, 21, 26, 39, 42] 11 21 26 39 42 5 8 NMMHH 139
3 2 [8, 16, 36, 40, 43] 8 16 36 40 43 4 9 NMHHH 143
4 3 [6, 9, 25, 38, 44] 6 9 25 38 44 2 7 NNMHH 122
5 4 [13, 23, 36, 41, 46] 13 23 36 41 46 2 6 NMHHH 159
6 5 [10, 13, 32, 40, 50] 10 13 32 40 50 5 6 NNMHH 145
7 6 [12, 30, 33, 37, 44] 12 30 33 37 44 3 6 NMMHH 156
8 7 [14, 18, 37, 44, 50] 14 18 37 44 50 2 6 NMHHH 163
9 8 [11, 17, 35, 47, 50] 11 17 35 47 50 3 8 NMMHH 160
10 9 [20, 23, 36, 44, 46] 20 23 36 44 46 4 9 MMHHH 169
11 10 [2, 17, 34, 43, 47] 2 17 34 43 47 1 7 NMMHH 143