CMacD/AIC_PHASE1_POC
0
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 