Skip to main content
OuterProduct optimizes reasoning model performance over the configurations specified by:
  • An hpo_spacethat optionally specifies model families and hyper-parameters per family.
  • An optimizerthat optionally specifies the search strategy over the defined hpo_space.
When you call fit(), all candidate model families in the space are searched with maximum parallelization. If there is one metric specified, the result is a single trained model representing the best configuration found. If multiple metrics are specified, the result is the set of models along the Pareto frontier.

Optimized Reasoning Models At Enterprise Scale

Build optimized reasoning models by tuning over model families, hyper-parameter configurations, and even multiple metrics. The example below shows how to build a reasoning model for regression across the TabM and TabICL model families.