initial commit FESurrogateModelTutorial

This commit is contained in:
김경종
2026-05-21 17:03:51 +09:00
parent 93665d9ee6
commit 43b86669fa
122 changed files with 7929 additions and 0 deletions
@@ -0,0 +1,24 @@
# Step 2: comparison-notebook
## 읽어야 할 파일
- `/AGENTS.md`
- `/docs/PRD.md`
- `/reports/results/`
- `/reports/predictions/`
- `/src/femsurrogate/plotting/comparison.py`
## 작업
`notebooks/06_compare_surrogate_models.ipynb`를 만든다. 이전 notebook 결과물을 읽어 RMSE, MAE, R2, 학습 시간, 예측 시간을 비교하고 모델 선택 가이드를 정리한다.
## Acceptance Criteria
```powershell
uv run jupyter nbconvert --to notebook --execute notebooks/06_compare_surrogate_models.ipynb
uv run ruff check .
```
## 금지사항
- 비교 notebook에서 모델을 다시 학습하지 마라.