You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
张献维 91a8a83f87 初始化 2 months ago
..
scripts 初始化 2 months ago
stage1_tree_rebuild 初始化 2 months ago
stage2_hierarchical_clean 初始化 2 months ago
stage3_cross_tree_match 初始化 2 months ago
stage4_anomaly_detect 初始化 2 months ago
README.md 初始化 2 months ago
requirements.txt 初始化 2 months ago

README.md

机构树智能匹配系统

目录结构

  • stage1_tree_rebuild/ 机构树重构
  • stage2_hierarchical_clean/ 层级感知清洗
  • stage3_cross_tree_match/ 跨树节点匹配
  • stage4_anomaly_detect/ 异常检测与标记
  • data/ 数据目录(table1.csv, table2.csv)
  • scripts/ 执行脚本

依赖安装

pip install -r requirements.txt

数据准备

将原始数据(如table1.csv, table2.csv)放入data/目录。

执行流程

bash scripts/run_all.sh
# 或
python3 scripts/run_all.py

输出说明

  • 合并后的机构树
  • 异常节点报告
  • 跨表匹配对照表
  • 未匹配节点分析

备注

  • 各阶段代码均为可扩展骨架,便于后续完善。
  • 如需样例数据格式,可参考data/目录下的csv模板。