Upload 13 files
Browse files
models/live_accuracy.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tomorrow": {
|
| 3 |
+
"entries": [
|
| 4 |
+
{
|
| 5 |
+
"date": "2026-06-02",
|
| 6 |
+
"prediction": "DOWN",
|
| 7 |
+
"actual": "UP",
|
| 8 |
+
"correct": false
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"accuracy": 0.7035175879396985,
|
| 12 |
+
"total": 199,
|
| 13 |
+
"correct_count": 140,
|
| 14 |
+
"live_total": 1,
|
| 15 |
+
"live_correct_count": 0,
|
| 16 |
+
"live_accuracy": 0.0
|
| 17 |
+
},
|
| 18 |
+
"t5": {
|
| 19 |
+
"entries": [
|
| 20 |
+
{
|
| 21 |
+
"date": "2026-06-02",
|
| 22 |
+
"prediction": "DOWN",
|
| 23 |
+
"actual": "UP",
|
| 24 |
+
"correct": false
|
| 25 |
+
}
|
| 26 |
+
],
|
| 27 |
+
"accuracy": 0.648936170212766,
|
| 28 |
+
"total": 188,
|
| 29 |
+
"correct_count": 122,
|
| 30 |
+
"live_total": 1,
|
| 31 |
+
"live_correct_count": 0,
|
| 32 |
+
"live_accuracy": 0.0
|
| 33 |
+
},
|
| 34 |
+
"tplus1": {
|
| 35 |
+
"entries": [],
|
| 36 |
+
"accuracy": 0.6368421052631579,
|
| 37 |
+
"total": 190,
|
| 38 |
+
"correct_count": 121,
|
| 39 |
+
"live_total": 0,
|
| 40 |
+
"live_correct_count": 0,
|
| 41 |
+
"live_accuracy": null
|
| 42 |
+
}
|
| 43 |
+
}
|
models/nifty_tomorrow_direction_model.joblib
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 446
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2cbdd5ddd3d2e8936acda927bd12b2eced27b84fd851e6fffcdb851cd3cf60e
|
| 3 |
size 446
|
models/tomorrow_latest_prediction.csv
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
input_date,target_date,prediction,prob_up,confidence,threshold,model_name,source_model,validation_accuracy,test_accuracy
|
| 2 |
-
2026-06-
|
|
|
|
| 1 |
+
input_date,target_date,prediction,prob_up,confidence,threshold,model_name,source_model,validation_accuracy,test_accuracy,artifact_source
|
| 2 |
+
2026-06-09,2026-06-10,UP,0.5295140762033614,0.5295140762033614,0.534,nifty_tomorrow_direction_model,locked_multiwindow_nifty50_ensemble_v2,0.5886524822695035,0.7070707070707071,C:\Users\jhaji\Downloads\forecasting project\Code\models\nifty_forecaster\outputs
|
models/tomorrow_summary.json
CHANGED
|
@@ -10,34 +10,33 @@
|
|
| 10 |
"use_options": true,
|
| 11 |
"use_engineered_macro_flow": false,
|
| 12 |
"blend_mode": "locked_nifty50_multiwindow_v2",
|
| 13 |
-
"decision_overlay": "bank_body_near_threshold;low_bank_vol_down"
|
| 14 |
},
|
| 15 |
"threshold": 0.534,
|
| 16 |
-
"validation_accuracy": 0.
|
| 17 |
-
"test_accuracy": 0.
|
| 18 |
-
"baseline_accuracy": 0.
|
| 19 |
"n_train": 2221,
|
| 20 |
"n_valid": 282,
|
| 21 |
-
"n_test":
|
| 22 |
"train_start": "2015-01-09",
|
| 23 |
"train_end": "2023-12-31",
|
| 24 |
"valid_start": "2024-07-01",
|
| 25 |
"valid_end": "2025-08-17",
|
| 26 |
"test_start": "2025-08-18",
|
| 27 |
-
"test_end": "2026-
|
| 28 |
-
"latest_forecast_date": "2026-06-
|
| 29 |
-
"latest_forecast_for": "next trading
|
| 30 |
-
"latest_forecast_prob_up": 0.
|
| 31 |
-
"latest_forecast_signal": "
|
| 32 |
"feature_count": 204,
|
| 33 |
-
"validation_prob_std": 0.
|
| 34 |
-
"test_prob_std": 0.
|
| 35 |
-
"test_prob_min": 0.
|
| 36 |
-
"test_prob_max": 0.
|
| 37 |
"model_name": "nifty_tomorrow_direction_model",
|
| 38 |
"source_model": "locked_multiwindow_nifty50_ensemble_v2",
|
| 39 |
"target": "next trading session NIFTY 50 direction",
|
| 40 |
"artifact_type": "daily_forecaster_outputs",
|
| 41 |
-
"artifact_source": "C:\\Users\\jhaji\\Downloads\\forecasting project\\Code\\models\\nifty_forecaster\\outputs"
|
| 42 |
-
"latest_target_date": "2026-06-02"
|
| 43 |
}
|
|
|
|
| 10 |
"use_options": true,
|
| 11 |
"use_engineered_macro_flow": false,
|
| 12 |
"blend_mode": "locked_nifty50_multiwindow_v2",
|
| 13 |
+
"decision_overlay": "bank_body_near_threshold;low_bank_vol_down;strong_bank_impulse_flip;tiny_range_up"
|
| 14 |
},
|
| 15 |
"threshold": 0.534,
|
| 16 |
+
"validation_accuracy": 0.5886524822695035,
|
| 17 |
+
"test_accuracy": 0.7070707070707071,
|
| 18 |
+
"baseline_accuracy": 0.5,
|
| 19 |
"n_train": 2221,
|
| 20 |
"n_valid": 282,
|
| 21 |
+
"n_test": 198,
|
| 22 |
"train_start": "2015-01-09",
|
| 23 |
"train_end": "2023-12-31",
|
| 24 |
"valid_start": "2024-07-01",
|
| 25 |
"valid_end": "2025-08-17",
|
| 26 |
"test_start": "2025-08-18",
|
| 27 |
+
"test_end": "2026-06-08",
|
| 28 |
+
"latest_forecast_date": "2026-06-09",
|
| 29 |
+
"latest_forecast_for": "next trading bar after 2026-06-09",
|
| 30 |
+
"latest_forecast_prob_up": 0.5295140762033614,
|
| 31 |
+
"latest_forecast_signal": "UP",
|
| 32 |
"feature_count": 204,
|
| 33 |
+
"validation_prob_std": 0.06819211926509922,
|
| 34 |
+
"test_prob_std": 0.06318472000353532,
|
| 35 |
+
"test_prob_min": 0.3750263841589948,
|
| 36 |
+
"test_prob_max": 0.6422291532299811,
|
| 37 |
"model_name": "nifty_tomorrow_direction_model",
|
| 38 |
"source_model": "locked_multiwindow_nifty50_ensemble_v2",
|
| 39 |
"target": "next trading session NIFTY 50 direction",
|
| 40 |
"artifact_type": "daily_forecaster_outputs",
|
| 41 |
+
"artifact_source": "C:\\Users\\jhaji\\Downloads\\forecasting project\\Code\\models\\nifty_forecaster\\outputs"
|
|
|
|
| 42 |
}
|