Skip to content

Commit 2ed8d50

Browse files
committed
update intro
Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
1 parent 84041d7 commit 2ed8d50

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

validating-historical-features.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"id": "98678d3b",
2222
"metadata": {},
2323
"source": [
24-
"In this tutorial we're going to use public dataset of Chicago taxi trips. We will generate several training datasets (aka historical features in Feast) for different time periods and will evaluate expectations made on one dataset against another.\n",
25-
"The original dataset is stored in BigQuery and consists of raw data for each taxi trip (one row per trip) since 2013. Our features will be aggregations of raw data with daily interval (eg trips per day, average fare or speed for specific day, etc). We will craft some features using SQL while pulling data from BigQuery (like total trips time or total miles traveled). Another chunk of features will be implemented using Feast's on demand transformations - features calculated on the fly, when requested."
24+
"In this tutorial, we will use the public dataset of Chicago taxi trips to present the data validation capabilities of Feast. The original dataset is stored in BigQuery and consists of raw data for each taxi trip (one row per trip) since 2013. We will generate several training datasets (aka historical features in Feast) for different periods and evaluate expectations made on one dataset against another. Our features will represent aggregations of raw data with daily intervals (eg, trips per day, average fare or speed for a specific day, etc.). We will craft some features using SQL while pulling data from BigQuery (like total trips time or total miles travelled). Another chunk of features will be implemented using Feast's on-demand transformations - features calculated on-the-fly when requested."
2625
]
2726
},
2827
{

0 commit comments

Comments
 (0)