CoolFace
Apppublic

CMacD/AIC_PHASE1_POC

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
__init__.py10 linesDownload Raw Back to ml_package
1"""2ml_package — Phase 1 ML pipeline modules.3 4  mapping_lookup  : fuzzy historical match engine (Step 1)5  text_match      : BM25Plus text retrieval predictor (Step 2a)6  ml_classifier   : TF-IDF + LinearSVC classifier, Platt-calibrated (Step 2b)7  ensemble        : predictor combiner and QC annotator (Step 3)8  write_results   : xlsxwriter Excel output9"""10