Commit Graph

6 Commits

Author SHA1 Message Date
PM-pinou 2caa09ed21 feat: adaptive anomaly scoring via PCA weight learning + IQR thresholds (no hardcoded params) 2026-07-19 22:44:20 +08:00
PM-pinou 7fd081d991 fix: add 11 missing TlsDB columns to type_classifier + entity_aggregator 2026-07-18 21:05:44 +08:00
PM-pinou 45d9f508ab feat: add proxy/anomaly detection scoring + retry analysis for failed runs 2026-07-17 13:33:02 +08:00
PM-pinou 03be495593 fix: lat/lon column name matching (:ips.latd) + cnrs/isrs boolean conversion 2026-07-17 13:22:34 +08:00
PM-pinou b58d01c7f2 cleanup: remove v6 garbage, restore original files, unify views.py workers
- Delete 15 garbage scripts (wnl_to_user_csv, eval_clustering, debug_db2/3,
  debug_persistence, test_orch/orch2, test_pca, test_profile, test_tool_*,
  test_e2e_full, test_32b, test_chinese_path, verify_runtime)
- Delete data/wnl_converted.csv
- Delete analysis/value_normalizer.py + tests/test_value_normalizer.py
- Remove normalize_lf references from data_loader.py
- Remove _norm column lookups from entity_aggregator.py
- Fix settings.py: FILE_UPLOAD_MAX_MEMORY_SIZE 10MB -> 100MB
- Fix upload.html: add per-file X delete button + removeFile()
- Refactor views.py: unify _run_analysis_worker/_run_llm_analysis into
  _run_pipeline_worker with callback pattern
- Wrap sync ORM call in tool_registry.py with sync_to_async
- Update run_pipeline.py to use _run_pipeline_worker
- Rebuild gen_test_data.py as simple version (replace 3-profile v6 version)
- Add runtime/ db.sqlite3 logs/ .omo/ to .gitignore
- Delete old .omo/plans/ plan files (tianxiu-v4/v5/v6, globe-v6)
- 120/120 tests passing
2026-07-16 22:53:07 +08:00
PM-pinou 814f29645a chore: initial commit of 天璇 project state before cleanup 2026-07-16 22:41:26 +08:00