docs: 계획 문서 archive 구현 완료 섹션 삭제 (원칙 준수)

- Phase 1, 2, 3의 구현 완료 섹션 제거
- troubleshooting 링크만 유지 (312_문서_작성_원칙.md:50 준수)
This commit is contained in:
Claude-51124 2026-01-13 09:50:33 +09:00
parent a7cf5d3af0
commit 4c8d390bff

View File

@ -30,33 +30,18 @@
→ 상세: `troubleshooting/260112_bayesian_valuation_phase1_implementation.md` → 상세: `troubleshooting/260112_bayesian_valuation_phase1_implementation.md`
**구현 완료**:
- 투자 단계 ±1 범위 필터링 (`_get_stage_range_for_query` 함수)
- Neo4j 쿼리 개선 (invstCdKr 필터링, LIMIT 5)
- Top-5 유사 기업 반환
--- ---
## Phase 2: 베이지안 MCMC ## Phase 2: 베이지안 MCMC
→ 상세: `troubleshooting/260112_bayesian_valuation_phase2_3_implementation.md` → 상세: `troubleshooting/260112_bayesian_valuation_phase2_3_implementation.md`
**구현 완료**:
- `calculate_posterior_with_likelihood` 함수 추가 (scipy.stats 로그정규분포 샘플링)
- Prior × Likelihood 결합, 10,000 iterations 샘플링
- 평균, 중앙값, 90% 신뢰구간 출력
--- ---
## Phase 3: 동적 프리미엄 ## Phase 3: 동적 프리미엄
→ 상세: `troubleshooting/260112_bayesian_valuation_phase2_3_implementation.md` → 상세: `troubleshooting/260112_bayesian_valuation_phase2_3_implementation.md`
**구현 완료**:
- `valuation_premia` 테이블 생성 (PostgreSQL)
- Repository 기본 구조 (CRUD 함수)
- Beta 분포 파라미터 저장 (premium_mu, premium_sigma)
--- ---