Regression

Policy variant for regression. It treats each prediction head as a continuous quantity: the model output layout matches the target layout, the targets are floating point, and the model predicts target values directly.

Configuration

Selected as name: regression. Takes no options.

policy:
  name: regression
  kwargs: {}