[2026-06-06] AI 모델 재학습 산출물 반영

This commit is contained in:
2026-06-06 12:36:44 +09:00
parent 56385527ca
commit ad41a0cca1
4 changed files with 5834 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
{
"created_at": "2026-06-06T12:35:25",
"input_files": [
"data\\training_dataset.csv",
"data\\external_training_dataset.csv"
],
"feature_count": 16,
"features": [
"ai_boosted",
"change_pct",
"combined_multiplier",
"current_price",
"entry_price",
"position_size_multiplier",
"prev_amount",
"prev_high",
"prev_low",
"quantity",
"sentiment_score",
"stop_price",
"target_price",
"today_open",
"trade_allowed",
"volume"
],
"targets": {
"label_stop_loss": {
"rows": 5786,
"train_rows": 4339,
"test_rows": 1447,
"positive_rows": 1241,
"accuracy": 0.7988942639944713,
"precision": 0.5189620758483033,
"roc_auc": 0.8921085482452407
},
"label_win": {
"rows": 5786,
"train_rows": 4339,
"test_rows": 1447,
"positive_rows": 2188,
"accuracy": 0.635798203178991,
"precision": 0.511520737327189,
"roc_auc": 0.7276183221612837
}
}
}