Data Science Lab
  • What is Data Science Lab?
  • Accessing the Data Science Lab Module
  • Homepage
  • List Projects
  • List Feature Stores
  • Create
    • Create Project
      • Container Status Message
    • Create Feature Store
  • Registered Models and APIs
  • Settings
  • Trash
  • Tabs for a DSL Project
    • Workspace
      • Workspace Folders
        • Repo Folder Attributes
          • Notebook Actions
            • Export
            • Register as Job
            • Notebook Version Control
            • Share
            • Delete
            • Information
        • Repo Folder Attributes for a Repo Sync Project
          • File Attributives
        • Utils Folder Attributes
          • Utility Actions
        • Files Attributes
      • Working with the Workspace tab
        • Create
        • Import
          • Importing Notebook
          • Pull from Git
        • Adding File and Folders
      • Linter
      • Git Console
    • Data
      • Adding Data
      • Data List Page
    • Model
      • Import Model
      • Explainer Generator
      • Export to GIT/ Model Migration
      • Model Explainer
      • Share a Model
      • Register a Model
      • Unregister a Model
      • Register a Model as an API Service
        • Register a Model as an API
        • Register an API Client
        • Pass Model Values in Postman
      • Delete Model
    • AutoML
      • Creating AutoML Experiment
      • AutoML List Page
        • View Explanation
          • Model Summary
          • Model Interpretation
            • Classification Model Explainer
            • Regression Model Explainer
            • Forecasting Model Explainer
          • Dataset Explainer
  • Data Science Notebook
    • Preview File
    • Save as Notebook
    • .ipynb File Cells
      • Using a Code Cell
      • Using a Markdown Cell
      • Using an Assist Cell
    • Resource Utilization Graph
    • Taskbar
    • Actions Icons
  • Model Creation using Data Science Notebook
  • Notebook Operations
    • Data
      • Copy Path Functionality
    • Secrets
    • Algorithms
    • Transforms
    • Artifacts
    • Variable Explorer
    • Writers
Powered by GitBook
On this page
  • What is a Feature Store?
  • Steps to Create A Feature Store
  1. Create

Create Feature Store

PreviousContainer Status MessageNextRegistered Models and APIs

Last updated 9 months ago

What is a Feature Store?

A Feature Store is a centralized repository for storing, managing, and sharing machine learning (ML) features or attributes used to train models. It is a scalable solution for organizing and cataloging features, making them easily accessible to data scientists and ML engineers across an organization. Feature Stores facilitate collaboration, version control, and reusability of features, streamlining the ML development process and improving model quality and efficiency.

Check out the illustration to create a new Feature Store.

Steps to Create A Feature Store

  • Navigate to the Homepage of the Data Science Lab module.

  • Click the Create icon from the homepage.

  • The Create Project or Feature Store drawer opens.

  • Click the Create option provided for the Feature Store.

  • The Create Feature Store page opens.

  • Provide a name for the Feature Store.

  • Select a Data Connector from the drop-down list.

  • The Table info/ metadata panel will appear on the right side of the page.

  • Click on a table name to select it.

  • An SQL query will be generated in the given place.

  • Click the Validate option.

  • A notification message ensures the user that the action has been executed successfully and the table is executed.

  • A preview of the table appears below.

  • Click the Create option.

  • A notification message ensures the user that the intended Feature Store is being created.

  • The user gets redirected to the Feature Stores page.

  • The newly created Feature Store gets added at the top of the list.

Please Note:

  • Click the Refresh icon to get the status level updates for the newly created Feature Store.

  • A Feature Store gets Initializing, Started, and Completed as Status.

Accessing the Create icon
Create Project/ Feature Store window
Feature Stores List with newly created Feature Store
Creating a Feature Store