Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions MLTraining/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# MLTraining

CategoryClassifier.mlmodel을 생성하는 1회성 Python 스크립트.
앱 빌드에 포함되지 않음 — 모델을 새로 만들거나 시드 데이터를 늘릴 때만 수동 실행.

## 실행
\`\`\`
python3 train.py
\`\`\`

생성된 `CategoryClassifier.mlmodel`을 `SpendLearning/SpendLearning/Resource/`로 복사하면 Xcode가 자동 인식.
Loading
Loading