Data Preparation
In the previous phase (Data Ingestion), the column names of the tabular datasets are extracted. In this phase, you can optionally specify which of these columns should be used as the features (X) and which column should be used as the target (Y) for the subsequent model training phase. You can specify multiple combinations of features and targets (collectively called Variables). For example, you can choose:
- X: (Age, Gender) and Y: (Cholesterol) as one set of features AND
- X: (Age, Height) and Y: (Cholesterol) as another set of features.
Where X is the feature set and Y is the target. For each set of features (X) you can choose only one target (Y)
- In the Data Preparation page, click ADD VARIABLES to select the features and target.
Figure 1: Add variables
- Select one or more features from the SET A FEATURE column and select one target from the SET A TARGET column.
- Click ADD to add the variables.
Figure 2: Select the features and target
- The variables are added, click SAVE to save the variables and proceed to the next phase, that is, build a model.
Figure 3: Variables added
Comments
Please sign in to leave a comment.