Field | Description | Remark |
Run | It allows you to run the node. | – |
Explore | It allows you to explore the successfully executed node. | – |
Vertical Ellipse | The available options are - Run till node
- Run from node
- Publish as a model
- Publish code
| – |
Task Name | It displays the name of the selected task. | You can click the text field to edit or modify the task's name as required. |
Dependent Variable | It allows you to select the variable from the drop-down list for which you need to predict the values of the dependent variable y. | - Only one data field can be selected.
- Only Numerical data fields are visible.
|
Independent Variable | It allows you to select the experimental or predictor variable(s) x. | - Multiple data fields can be selected.
- Set encoding method for categorical variables.
|
Advanced |
|
|
Number of Estimators | It allows you to select the number of decision trees that are part of the forest. | The default value is 100. |
Criterion | It allows you to select the Decision-making criterion to be used. | - It is a tree-specific parameter.
- It decides the quality of the split.
- The available options are:
- Squared Error (default)
- Absolute Error
- Friedman MSE
- Poisson
|
Maximum Features | It allows you to select the maximum number of features to be considered for the best split. | - The available options are:
- auto
- sqrt
- log2
- none (default)
- auto, it uses sqrt by default.
- sqrt, it takes the square root of the number of independent variables as maximum features.
- log2, it takes the logarithm of the number of independent variables as maximum features.
- none, it considers all the independent variables as the maximum features.
|
Random State | It allows you to enter the seed of the random number generator. | - |
Maximum Depth | It allows you to enter the maximum tree depth for base learners. | The default value is "None". |
Minimum Samples Leaf | The minimum number of samples (data points) required to create a leaf node in each decision tree within the random forest | The default value is 1. |
Minimum Samples Split | It controls the minimum number of samples required to split an internal node (a decision tree node) into child nodes. | The default value is 2. |
Dimensionality Reduction | It allows you to select the dimensionality reduction option. There are two parameters available - None
- Principal Component Analysis (PCA)
| - If you select PCA, another field is created for inserting the variance value.
- Enter a suitable value of variance.
|
Add result as a variable | It allows you to select whether the result of the algorithm is to be added as a variable. | For more details, refer to Adding Result as a Variable. |
Node Configuration | It allows you to select the instance of the AWS server to provide control over the execution of a task in a workbook or workflow. | For more details, refer to worker node configuration. |
Hyper Parameter Optimization | It allows you to select parameters for optimization. | For more details, refer to Hyperparameter Optimization. |