initial commit FESurrogateModelTutorial
This commit is contained in:
@@ -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에서 모델을 다시 학습하지 마라.
|
||||
Reference in New Issue
Block a user