FeatureStore Object | Teradata Package for Python - FeatureStore Object - Teradata Package for Python

Teradata® Package for Python User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for Python
Release Number
20.00
Published
December 2024
ft:locale
en-US
ft:lastEdition
2025-01-23
dita:mapPath
nvi1706202040305.ditamap
dita:ditavalPath
plt1683835213376.ditaval
dita:id
rkb1531260709148
Product Category
Teradata Vantage

FeatureStore store the details of the Feature Store. Every Feature Store points to a single repo so you can create a FeatureStore object by passing the repo name to it.

You can access, modify, or delete Feature Store components using the FeatureStore object. See Setting up FeatureStore.

The following example refers to database LabReports as repo to store all Feature Store components.

>>> from teradataml import FeatureStore
>>> fs = FeatureStore('LabReports')