Prerequisites
- Appropriate permission:
nx1_automl_adminandnx1_crewornx1_automl_userandnx1_crew. - An existing domain created using DataHub.
- A previously ingested dataset in the domain.
Create a feature table from prediction problems
Perform these steps to create a feature table from prediction problems.- Log in to NexusOne.
- On the top navigation bar, hover your mouse over AI and then select AutoML > Feature Engineering.
- Click New Proposal.
-
Define a target training table by doing the following:
- Select a DataHub domain.
- Select a schema and table in that domain.
- Describe your prediction problem using natural language.
-
Define one or more source tables by doing the following:
- Select a catalog.
- Select one or more schemas and table names in the catalog.
- Select grain columns. These are the identifier columns that uniquely identify each training row.
-
Choose one of the following label sources that describes how NexusOne obtains the label for model training:
- Existing column: It uses a column in your source data as the label. If you’re using this option, then select a label column.
- Natural-language deviation: It uses a natural language description about how to derive the label from existing source table columns. If you’re using this option, then enter a description.
- Enter a positive class value. It represents the outcome the model should treat as the positive prediction and it only applies to binary classification problems.
- Optional: Enter a SQL join hint to specify table joins.
- Click Submit to create the feature table.

