Skip to content

Overview

Grocery Dataset User Interface Tutorials

Welcome to the FeatureByte Enterprise User Interface!

Our UI platform offers a user-friendly, no-code interface that builds on the strong foundation of our SDK.

Beyond core SDK functionalities, FeatureByte UI introduces powerful tools that enhance your feature engineering workflow, including:

What You'll Learn

This tutorial series walks you through the entire process, step by step. You’ll learn how to:

Dataset Overview

In this tutorial, we'll use the Grocery Dataset, which contains transactional data from a grocery store chain. It consists of four tables:

  • GroceryCustomer: Contains customer details, including name, address, and date of birth.
  • GroceryInvoice: Stores invoice details, including timestamp and total amounts.
  • InvoiceItems Lists items in each invoice, including quantity, total cost, applied discounts, and product IDs.
  • GroceryProduct: Provides product group descriptions for grocery items.

French grocery dataset

Note

If you are interested in a use case that exploits time series, checkout out the Credit Default UI Tutorials.

Tutorial Structure

This tutorial follows a structured, end-to-end workflow:

1. Create Catalog

Define the Data Model of the catalog

2. Register Tables

3. Register Entities

4. Set Default Cleaning Operations

5. Update Descriptions and Tag Semantics

Formulate your use case

6. Formulate Use Case

7. Create Observation Tables

Ideate features

8. Ideate Features

8b. Refine Ideation

Compute training data for your use case

9. Create New Feature List

10. Compute Feature Table

Deploy and manage your features

11. Deploy and Serve a Feature List

12. Manage Feature Life Cycle