Relative Regression (AI Studio Core)
Synopsis
Learns a regression model for predictions relative to another attribute value.Description
This meta regression learner transforms the label on-the-fly relative to the value of the specified attribute. This is done right before the inner regression learner is applied. This can be useful in order to allow time series predictions on data sets with large trends.
Input
- training set (IOObject)
Output
- model (Model)
- example set (Data Table)
This is an example set output port
Parameters
- relative attributeSelect the attribute which should be used as a base for the relative comparison.