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/automl/feature-store-integration below:

AutoML Feature Store integration | Databricks Documentation

AutoML Feature Store integration

AutoML can augment the original input dataset with features from feature tables in Unity Catalog or in the legacy Workspace Feature Store.

Requirements​ Select a feature table using the AutoML UI​

After configuring your AutoML experiment, you can select a features table using the following steps:

  1. Click Join features (optional).

  2. On the Join additional features page, select a feature table in the Feature Table field.

  3. For each Feature table primary key, select the corresponding lookup key. The lookup key should be a column in the training dataset you provided for your AutoML experiment.

  4. For time series feature tables, select the corresponding timestamp lookup key. Similarly, the timestamp lookup key should be a column in the training dataset you provided for your AutoML experiment.

  5. To add more feature tables, click Add another feature table and repeat the above steps.

Use feature tables with the AutoML API​

To use existing feature tables set the feature_store_lookups parameter in your AutoML run specification.

Python

feature_store_lookups = [
{
"table_name": "example.trip_pickup_features",
"lookup_key": ["pickup_zip", "rounded_pickup_datetime"],
},
{
"table_name": "example.trip_dropoff_features",
"lookup_key": ["dropoff_zip", "rounded_dropoff_datetime"],
}
]

The following notebook shows how to join feature tables to your training dataset for use with AutoML.

AutoML experiment using feature tables notebook

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