Machine Learning Model for Healthcare Prior Authorization Automation
This project addresses inefficiencies in veterinary prior authorization processes by using machine learning to predict which requests can be safely auto-approved, reducing manual reviews while maintaining clinical appropriateness.
Random Forest model with engineered features for accurate predictions
Prior approvals, claims history, provider patterns, and time-based features
Seamless integration with existing rule-based systems
Configurable decision thresholds balancing automation and safety
Threshold | Precision | Recall | F1 Score | Auto-Approval Rate |
---|---|---|---|---|
0.47 (Balanced) | 88% | 86% | 0.87 | ~74% |
0.90 (Conservative) | 98% | 42% | 0.58 | ~29% |
Clone the repository and explore the machine learning implementation:
git clone https://github.com/elenafmoseyko/Auto-Approval-Prior-Authorization-ML.git