10. Compute Feature Table
In this tutorial, you will learn how to generate a Feature Table from the feature lists created in previous tutorials. Once the tables are generated, you will download them and train a LightGBM model to compare their accuracy.
Step 1: Compute Feature Table¶
Navigate to the Feature List Catalog under the 'Experiment section of the menu.
For each feature list, follow these steps:
-
Click
.
-
Select the Observation Table
CREDIT_DEFAULT_TRAIN_2019_2023
. -
Confirm the computation by clicking
.
-
Repeat it with the Observation Table
CREDIT_DEFAULT_HOLDOUT_2024_1H
.
Step 2: Review Feature Table¶
- Navigate to the Feature Table Catalog under the 'Experiment section of the menu.
- Click on the
Rule-based selection from Semi-Automated Mode - CREDIT_DEFAULT_TRAIN_2019_2023
table. - Open the 'Preview' tab to examine the table
- Select individual columns by clicking on
.
Step 3: Download Feature Tables¶
For each table, follow these steps:
-
Click on the table in the Feature Table Catalog to open its details.
-
Go to the 'About' tab and click
to download the table.
Step 4: Train LightGBM¶
To evaluate the performance of your feature lists, download the modeling pipeline for LightGBM along with the accompanying notebook that you can download here. Use the notebook to evaluate the accuracy of each feature list and determine the best-performing one.
Step 5: Iterate¶
Now, it's your turn!
Suggestions:
- Rerun Feature Ideation with the two additional tables available for exploration: CASH_LOAN_STATUS and CASH_INSTALLMENTS.
- Refine the ideation process.
- Use the SDK to customize features.