Regression

Prev Next

Description

The Regression node is used to apply a regression model to a data set.

Configuration Options

Basic Configuration Options

Setting Description\Parameters
Model Type The predictive model type.

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

Options
  • Score
  • RebuildAndScore
Target The column we are predicting
Predictors The columns we are using to predict
Split Columns Optional setting to split the data/models based on a value in the selected columns
Role Column This optional column will further split data into SCORING or MODELING.
Num Threads Number of threads to allocate for the processing of this node