Views
No views yet
1import json
2from pathlib import Path
3
4weights = json.loads(Path("classifier_weights.json").read_text())
5# Apply keyword + problem_type scoring from weights| File | Description |
|---|---|
config.json | Model metadata and evaluation metrics |
classifier_weights.json | Trained keyword/prior weights |