Skip to main content

Select Your Model

The Pareto Frontier

After training completes, the Pareto frontier chart displays all optimal models found during multi-objective optimization:

  • X-axis: Model complexity (number of factor tables after consolidation)
  • Y-axis: Predictive performance (cross-validation score—higher is better)

Each point represents a complete GBM configuration. Points on the frontier are Pareto-optimal: improving one objective (accuracy or simplicity) requires sacrificing the other.

Reading the Chart

Left vs. Right:

  • Left side: fewer tables, more interpretable
  • Right side: more tables, higher accuracy, still fully transparent

Making Your Selection

Consider your requirements:

Use CaseRecommended Choice
Understanding key drivers (feature inference)Simplest or Balanced
Operational pricing needing accuracy and transparencyBalanced or Most Accurate
Maximum predictive powerMost Accurate

Click any point to select it.

After Selection

The system will:

  1. Fit the selected model configuration on the full training dataset
  2. Convert the GBM to factor tables
  3. Calculate test set performance (if test data was provided)
  4. Display factor tables, feature importance, and performance metrics

Next Steps

Review your model results