| """ | |
| Recruitment Intelligence System | |
| A probabilistic hiring outcome estimator that uses structured feature extraction | |
| and LLM-based reasoning to predict hiring probabilities. | |
| v1: LLM scoring with conservative calibration | |
| v2: Supervised ML trained on real hiring outcome data | |
| """ | |
| __version__ = "1.0.0" | |