gg2
Deploy Iddaai Backend / build-and-deploy (push) Successful in 4m53s

This commit is contained in:
2026-05-24 17:29:31 +03:00
parent 920ae7ce38
commit fa48f87f53
8 changed files with 384 additions and 12 deletions
+2
View File
@@ -32,6 +32,8 @@
"postman:export": "ts-node -r tsconfig-paths/register src/scripts/export-postman-collection.ts",
"predictions:backfill": "ts-node --transpile-only -r tsconfig-paths/register src/scripts/backfill-prediction-runs.ts",
"predictions:report": "ts-node --transpile-only -r tsconfig-paths/register src/scripts/print-backtest-report.ts",
"features:enrich": "ts-node --transpile-only -r tsconfig-paths/register src/scripts/run-feature-enrichment.ts",
"features:enrich:heavy": "python ai-engine/scripts/enrich_ai_features.py",
"ai:extract:v26": "python3 ai-engine/scripts/extract_training_data_v26.py",
"ai:train:v26": "python3 ai-engine/scripts/train_v26_shadow.py",
"ai:backtest:v26": "python3 ai-engine/scripts/backtest_v26_shadow.py",