Add Deep Learning (LSTM) + Quick Wins automation features

Major improvements:
- Deep Learning integration with PyTorch LSTM (dual models: main 1-50 + euro 1-12)
- Hybrid predictor: 40% RandomForest + 60% Deep Learning
- LaunchAgent for automatic weekly tip generation (Mon/Thu 21:00)
- Health-Check system with auto-recovery and Telegram alerts
- Fixed health checks for Eurojackpot-specific paths and file names
- Model caching and intelligent retraining logic
- Updated CSV data and generated tips
- Performance reports for recent draws

Technical details:
- PyTorch used instead of TensorFlow (Python 3.14 compatibility)
- Separate LSTM models for main numbers (1-50) and euro numbers (1-12)
- Apple Silicon MPS acceleration support
- Sequence learning with 20-draw history
- Health-check adapted for eurojackpot_ml_models/ and learning_log.json

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-07 09:22:36 +01:00
co-authored by Claude Sonnet 4.5
parent 70e0638dee
commit 9049a66c1a
36 changed files with 9308 additions and 61 deletions
@@ -0,0 +1,21 @@
======================================================================
EUROJACKPOT PERFORMANCE REPORT
======================================================================
Erstellt: 2026-01-05 11:37:53
ZIEHUNG VOM 2026-01-02
----------------------------------------------------------------------
Hauptzahlen: [10, 15, 29, 34, 38]
Eurozahlen: [2, 9]
EVALUATION DER TIPPS
----------------------------------------------------------------------
Datei: weekly_tips_20260105_090022.csv
Tipps evaluiert: 10
Avg Main Matches: 0.00
Avg Euro Matches: 0.20
Bester Tipp: #2
- Main Treffer: 0
- Euro Treffer: 1
======================================================================
@@ -0,0 +1,21 @@
======================================================================
EUROJACKPOT PERFORMANCE REPORT
======================================================================
Erstellt: 2026-01-05 11:39:04
ZIEHUNG VOM 2026-01-02
----------------------------------------------------------------------
Hauptzahlen: [10, 15, 29, 34, 38]
Eurozahlen: [2, 9]
EVALUATION DER TIPPS
----------------------------------------------------------------------
Datei: weekly_tips_20260105_090022.csv
Tipps evaluiert: 10
Avg Main Matches: 0.50
Avg Euro Matches: 0.30
Bester Tipp: #2
- Main Treffer: 1
- Euro Treffer: 1
======================================================================
@@ -0,0 +1,21 @@
======================================================================
EUROJACKPOT PERFORMANCE REPORT
======================================================================
Erstellt: 2026-01-06 21:00:43
ZIEHUNG VOM 2026-01-06
----------------------------------------------------------------------
Hauptzahlen: [21, 23, 30, 33, 38]
Eurozahlen: [8, 12]
EVALUATION DER TIPPS
----------------------------------------------------------------------
Datei: weekly_tips_20260105_193143.csv
Tipps evaluiert: 10
Avg Main Matches: 0.00
Avg Euro Matches: 0.20
Bester Tipp: #3
- Main Treffer: 0
- Euro Treffer: 1
======================================================================