MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / train_embedding_classifier.py

File train_embedding_classifier.py

scripts/train_embedding_classifier.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Train a tier classifier on frozen bge-small embeddings.
2
3Replaces KNN with a learned classifier for Signal C. Uses L2-regularized
4logistic regression to prevent overfitting on the small (487-sample) dataset.

Callers

nothing calls this directly

Calls 2

mainFunction · 0.70
resolveMethod · 0.45

Tested by

no test coverage detected