A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.databricks.com/aws/en/machine-learning/feature-store/workspace-feature-store/ below:

Workspace Feature Store (legacy) | Databricks Documentation

Workspace Feature Store (legacy)

note

This documentation covers the Workspace Feature Store. Workspace Feature Store is available only for workspaces created before August 19, 2024, 4:00:00 PM (UTC).

Databricks recommends using Feature Engineering in Unity Catalog. Workspace Feature Store will be deprecated in the future.

Why use Workspace Feature Store?​

Workspace Feature Store is fully integrated with other components of Databricks.

How does Workspace Feature Store work?​

The typical machine learning workflow using Feature Store follows this path:

  1. Write code to convert raw data into features and create a Spark DataFrame containing the desired features.
  2. Write the DataFrame as a feature table in the Workspace Feature Store.
  3. Train a model using features from the feature store. When you do this, the model stores the specifications of features used for training. When the model is used for inference, it automatically joins features from the appropriate feature tables.
  4. Register model in Model Registry.

You can now use the model to make predictions on new data. For batch use cases, the model automatically retrieves the features it needs from Feature Store.

For real-time serving use cases, publish the features to an online store. See Databricks Online Feature Stores.

At inference time, the model reads pre-computed features from the online store and joins them with the data provided in the client request to the model serving endpoint.

Start using Workspace Feature Store​

To get started, try these example notebooks. The basic notebook steps you through how to create a feature table, use it to train a model, and then perform batch scoring using automatic feature lookup. It also introduces you to the Feature Engineering UI and shows how you can use it to search for features and understand how features are created and used.

Basic Workspace Feature Store example notebook

The taxi example notebook illustrates the process of creating features, updating them, and using them for model training and batch inference.

Workspace Feature Store taxi example notebook Supported data types​

For supported data types, see Supported data types.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4