feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-CONCEPT-DRIFT
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.94
tags: [MLOps, ConceptDrift, DataScience, Monitoring]
last_reinforced: 2026-04-20
@@ -25,5 +25,5 @@ last_reinforced: 2026-04-20
- 개념 드리프트와 데이터 드리프트(Data Drift)를 혼동해서는 안 된다. 데이터 드리프트는 입력 데이터($X$)의 분포 변화이고, 개념 드리프트는 입력과 출력의 관계($P(Y|X)$) 자체가 변하는 것이다. 개념 드리프트가 발생하면 모델의 '로직' 자체가 유효하지 않게 되므로 훨씬 더 위험하다.
## 🔗 지식 연결 (Graph)
- Related: [[MLOps]] , [[Model Collapse (모델 붕괴 현상)]]
- Related: [[MLOps]] , Model Collapse (모델 붕괴 현상)
- Comparison: [[Data Distillation (데이터 증류)]]