Regression
  • 06 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Regression

  • Dark
    Light

Article summary

Description

The Regression node is used to apply a regression model to a data set; determine the relationship between variables.


Configuration Options

Basic Configuration Options

SettingDescription\Parameters
Split ColumnsThe selected column(s) will be used to split the data set over to build additional models.
Model TypeThe model type.

Options
  • RidgeRegression
  • MultipleLinearRegression
  • RandomForest
  • GradientBoostedTrees
Model ActionRebuildAndScore will automatically rebuild the model everytime you score.

Options
  • Score
  • RebuildAndScore
TargetThe column we are predicting; can be continous or categorical in nature.
Role ColumnSplits input data into SCORING or TRAINING. Builds the model from TRAINING data.
PredictorsThe columns we are using to predict.

Actions

ActionDescription
PreviewAfter configuring the node, the combined result set can be previewed by clicking the Preview button.

Was this article helpful?

What's Next