Update draws, retrain models and generate tips for Jun 13-24 draws

- Added 2026-06-13, 06-17, 06-20, 06-24 draws (3137 total)
- Learning cycles completed via automated LaunchAgent runs
- Retrained RF + LSTM models on updated dataset
- Generated fresh tips: weekly_lotto_tips_20260626_141135.csv

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 14:14:08 +02:00
co-authored by Claude Sonnet 4.6
parent e3a022b000
commit bda3f5dbb8
7 changed files with 165 additions and 60 deletions
+5
View File
@@ -3131,3 +3131,8 @@ datum;Z1;Z2;Z3;Z4;Z5;Z6;SZ
2026-05-30;3;10;14;27;41;48;2 2026-05-30;3;10;14;27;41;48;2
2026-06-03;4;6;24;26;41;44;9 2026-06-03;4;6;24;26;41;44;9
2026-06-06;8;16;17;23;30;32;8 2026-06-06;8;16;17;23;30;32;8
2026-06-10;11;15;16;28;39;42;7
2026-06-13;4;13;16;20;24;43;8
2026-06-17;3;4;20;26;27;39;9
2026-06-20;2;8;13;15;27;35;3
2026-06-24;25;36;40;43;44;49;3
1 datum Z1 Z2 Z3 Z4 Z5 Z6 SZ
3131 2026-05-30 3 10 14 27 41 48 2
3132 2026-06-03 4 6 24 26 41 44 9
3133 2026-06-06 8 16 17 23 30 32 8
3134 2026-06-10 11 15 16 28 39 42 7
3135 2026-06-13 4 13 16 20 24 43 8
3136 2026-06-17 3 4 20 26 27 39 9
3137 2026-06-20 2 8 13 15 27 35 3
3138 2026-06-24 25 36 40 43 44 49 3
@@ -447,6 +447,41 @@
"file": "weekly_lotto_tips_20260610_133243.csv", "file": "weekly_lotto_tips_20260610_133243.csv",
"avg_confidence": 0.5643409470927386, "avg_confidence": 0.5643409470927386,
"avg_quality": 0.6788503626336448 "avg_quality": 0.6788503626336448
},
{
"timestamp": "2026-06-12T21:00:19.242607",
"num_tips": 10,
"file": "weekly_lotto_tips_20260612_210019.csv",
"avg_confidence": 0.5643409470927386,
"avg_quality": 0.6788503626336448
},
{
"timestamp": "2026-06-16T21:00:21.817384",
"num_tips": 10,
"file": "weekly_lotto_tips_20260616_210021.csv",
"avg_confidence": 0.4265105486853063,
"avg_quality": 0.6094771570746529
},
{
"timestamp": "2026-06-19T21:00:45.661320",
"num_tips": 10,
"file": "weekly_lotto_tips_20260619_210045.csv",
"avg_confidence": 0.4703862476759107,
"avg_quality": 0.6061265325201741
},
{
"timestamp": "2026-06-23T21:00:21.614489",
"num_tips": 10,
"file": "weekly_lotto_tips_20260623_210021.csv",
"avg_confidence": 0.42347173600996857,
"avg_quality": 0.6000110286090844
},
{
"timestamp": "2026-06-26T14:11:35.368485",
"num_tips": 10,
"file": "weekly_lotto_tips_20260626_141135.csv",
"avg_confidence": 0.5219070441007705,
"avg_quality": 0.6255187268545161
} }
] ]
} }
+65
View File
@@ -662,6 +662,71 @@
"main": 1.0, "main": 1.0,
"sz_rate": 0.0 "sz_rate": 0.0
} }
},
{
"timestamp": "2026-06-13T20:00:52.668840",
"draw_date": "2026-06-10",
"evaluation": {
"main": 1,
"sz": true,
"tip": 7
},
"avg_matches": {
"main": 0.4,
"sz_rate": 0.1
}
},
{
"timestamp": "2026-06-17T20:00:52.387438",
"draw_date": "2026-06-13",
"evaluation": {
"main": 2,
"sz": true,
"tip": 1
},
"avg_matches": {
"main": 1.5,
"sz_rate": 0.4
}
},
{
"timestamp": "2026-06-20T20:15:32.825406",
"draw_date": "2026-06-17",
"evaluation": {
"main": 1,
"sz": true,
"tip": 6
},
"avg_matches": {
"main": 0.3,
"sz_rate": 0.1
}
},
{
"timestamp": "2026-06-24T20:00:45.431956",
"draw_date": "2026-06-20",
"evaluation": {
"main": 2,
"sz": false,
"tip": 2
},
"avg_matches": {
"main": 1.4,
"sz_rate": 0.1
}
},
{
"timestamp": "2026-06-26T14:10:06.694932",
"draw_date": "2026-06-24",
"evaluation": {
"main": 2,
"sz": false,
"tip": 1
},
"avg_matches": {
"main": 0.5,
"sz_rate": 0.1
}
} }
] ]
} }
@@ -1,9 +1,9 @@
{ {
"trained_at": "2026-06-10T12:28:40.990544", "trained_at": "2026-06-26T14:10:06.690748",
"num_samples": 3112, "num_samples": 3117,
"num_features": 20, "num_features": 20,
"final_loss": 0.37316114054276395, "final_loss": 0.3737889459499946,
"final_val_loss": 0.3733958229422569, "final_val_loss": 0.3734370008111,
"best_val_loss": 0.3733740046620369, "best_val_loss": 0.37323174327611924,
"epochs_trained": 30 "epochs_trained": 21
} }
+54 -54
View File
@@ -1,61 +1,61 @@
{ {
"adjustments": { "adjustments": {
"1": -0.12165137535026119, "1": -0.14326784276963783,
"2": -0.1463999402878289, "2": -0.1525534748665565,
"3": -0.13282095695936078, "3": -0.1393848401818052,
"4": -0.16153662315562028, "4": -0.15268751532539623,
"5": -0.13374848077445156, "5": -0.15506552975096333,
"6": -0.1452825172544211, "6": -0.16631408444651588,
"7": -0.09791427802783925, "7": -0.12011826820321324,
"8": -0.12255989961270242, "8": -0.1293035049237646,
"9": -0.09796829479214109, "9": -0.12017094798524627,
"10": -0.10740064272285643, "10": -0.12936983354368808,
"11": -0.12274691111260427, "11": -0.1297075313590352,
"12": -0.12242877146207529, "12": -0.1440259973583663,
"13": -0.13355281772751934, "13": -0.12532209209903564,
"14": -0.15866218475745114, "14": -0.1793625884960312,
"15": -0.07746598675538655, "15": -0.07069699133945269,
"16": -0.11961683422301239, "16": -0.11195268526591014,
"17": -0.13190754423000337, "17": -0.15327015868141375,
"18": -0.13369179341486534, "18": -0.15501024547420914,
"19": -0.12119864262110237, "19": -0.14282631574002821,
"20": -0.03903840106884927, "20": -0.03322127697562629,
"21": -0.1488134090534231, "21": -0.16975758227090082,
"22": -0.16236449339068518, "22": -0.182973260374265,
"23": -0.10580054525398983, "23": -0.12780934048230247,
"24": -0.1336457874563755, "24": -0.1402631357111807,
"25": -0.110366264283055, "25": -0.11733705227250311,
"26": -0.11740164951721817, "26": -0.12434717982485279,
"27": -0.12031541937740389, "27": -0.11233845524788302,
"28": -0.10882003200839957, "28": -0.11612535987778047,
"29": -0.12147352203774299, "29": -0.1430943915483658,
"30": -0.1301967495236898, "30": -0.15160170827723393,
"31": -0.18644184100436234, "31": -0.20645466361298564,
"32": -0.08033743139077174, "32": -0.1029764704365987,
"33": -0.14850474654436427, "33": -0.1694565595438057,
"34": -0.15952807485154072, "34": -0.18020704673063262,
"35": -0.13362325121887583, "35": -0.1400930247830341,
"36": -0.15818392038721363, "36": -0.1639711617652944,
"37": -0.07125016464897196, "37": -0.0941141248773726,
"38": -0.16132757104123438, "38": -0.18196200314587896,
"39": -0.14841021417856523, "39": -0.13995951255010242,
"40": -0.12211031524471645, "40": -0.12879042332946317,
"41": -0.14342877294611872, "41": -0.1645062226212372,
"42": -0.1474172534116848, "42": -0.1537672519253033,
"43": -0.1182586580618126, "43": -0.1103318569550083,
"44": -0.1056980753016986, "44": -0.11278440678909801,
"45": -0.17458905311580608, "45": -0.19489524700365307,
"46": -0.12402831270262851, "46": -0.14558594795878285,
"47": -0.13095700094415483, "47": -0.1523431425271016,
"48": -0.10529322714631632, "48": -0.12731457913035776,
"49": -0.12248551954846987 "49": -0.12915634085886468
}, },
"stats": { "stats": {
"incorrect": 1935, "incorrect": 2150,
"correct": 270, "correct": 300,
"cycles": 45, "cycles": 50,
"last_update": "2026-06-10T12:28:40.994726" "last_update": "2026-06-26T14:10:06.693936"
}, },
"learning_rate": 0.1, "learning_rate": 0.1,
"last_saved": "2026-06-10T12:28:40.994773" "last_saved": "2026-06-26T14:10:06.693991"
} }
Binary file not shown.