-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinal_evaluation_metrics_report.txt
More file actions
41 lines (32 loc) · 2.13 KB
/
final_evaluation_metrics_report.txt
File metadata and controls
41 lines (32 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
================================================================================
ФИНАЛЬНАЯ ОЦЕНКА МОДЕЛИ
================================================================================
Дата анализа: 2025-12-28 11:52:54
Модель: Calibrated XGBoost (Platt Scaling)
Количество out-of-sample предсказаний: 182
================================================================================
МЕТРИКИ ПО РАЗНЫМ ПОРОГАМ ВЕРОЯТНОСТИ
================================================================================
(Считать за рост вероятность >= порог)
Threshold Accuracy Precision Recall F1 True_Positive True_Negative False_Positive False_Negative Direction_Accuracy
0 0.50 0.6264 0.6264 1.0000 0.7703 114 0 68 0 62.64
1 0.55 0.6319 0.6298 1.0000 0.7729 114 1 67 0 63.19
2 0.60 0.6154 0.6250 0.9649 0.7586 110 2 66 4 61.54
================================================================================
CONFUSION MATRIX (threshold = 0.5)
================================================================================
Predicted
Снижение Рост
Actual Снижение 0 68
Рост 0 114
================================================================================
ОБЩИЕ МЕТРИКИ
================================================================================
ROC-AUC: 0.4946
Log Loss: 0.6823
================================================================================
ИНТЕРПРЕТАЦИЯ
================================================================================
Процент верных направлений (threshold=0.5): 62.64%
Процент верных направлений (threshold=0.55): 63.19%
Процент верных направлений (threshold=0.6): 61.54%