Skip to content

scaling label in regression problems #910

@tdhock

Description

@tdhock

Hi!
I was expecting some discussion of scaling labels in regression problems, in chapters 2 or 3.
but I don't see any such discussion. Am I missing it? or does it not exist?
In many real world regression problems, the labels are very skewed (and maybe bounded below by 0, like income amounts for example).
In that case it is often better for both learning and evaluation to log the labels (and maybe normalize to [0,1] or scale to mean=0 and sd=1) before assigning them as the target in the task.
Does mlr3 have support for this? or is that left up to the user to do it yourself before Task initialization?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions