Skip to content

Multiple regression output support

Added processing regression with multiple outputs.

New Features:

  • Instead of a technically incorrect term "labels", regression tasks now use "targets"
  • Regression tasks now accept a list of targets, for multiple values predicted within a single task
  • norm_params mean and std can also be lists (have to be consistent with targets)

Suggested feature:

  • I would still want to add the option to name outputs manually via config files, currently they are named task.label_task.name_1, task.label_task.name_2, etc.
Edited by Andrius Vaitkus

Merge request reports