자기진화모델 - 데이터 비식별화 평가 정량적 지표 계산 파이썬 예시비식별화 성능 평가 지표와 Python 예시를 정리한 문서와 차트를 생성해 두었습니다. 문서에는 Precision, Recall, F1, residual PII rate, over-masking rate, utility score 계산법과 Python 코드 예시가 들어 있습니다.[1]## 포함된 파일- 지표 설명 및 코드 예시: `deidentification_metrics_python_examples.md`- 요약 문서: `deid_metrics_summary.md`- 예시 차트 2개: `deid_metrics_comparison.png`, `deid_metrics_risk_utility.png`- 전체 패키지 압축본: `deid_me..