Skip to content

Un-standardization of predict method in PropertyPrediction #109

@kanojikajino

Description

@kanojikajino

As far as I understand, PropertyPrediction task trains a predictor against the standardized target values (for example, the loss is computed against the standardized target values at this line), and therefore,
the method predict in PropertyPrediction is designed to output the standardized prediction, whose mean equals 0 and std equals 1. I felt this is a bit confusing for users, because the output of predict has to be calibrated by users after calling predict, which could be forgotten and then could lead to suboptimal predictive performance.

To this end, I would like to ask,

  1. whether my understanding on predict is correct,
  2. the reason why the output of predict has to be standardized, and
  3. if there is no solid reason on it, whether I can fix it so that the output of predict is non-standardized, which will include destructive changes on APIs.

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