46 lines
1002 B
JSON
46 lines
1002 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
} |