Skip to main content

Documentation Index

Fetch the complete documentation index at: https://village-docs.villagelabs.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Optional predictive module that forecasts which employees will terminate based on age, service, compensation, and historical patterns.

How It Works

turnover_projections = model.predict(participants, assumptions)
# Returns list of projected termination events with probabilities
See Simulation Core for full details.