Skip to content

Commit 5857a55

Browse files
woopgitbook-bot
authored andcommitted
GitBook: [master] 3 pages modified
1 parent 332577b commit 5857a55

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
## Tutorials
2828

2929
* [Overview](tutorials/tutorials-overview.md)
30-
* [Driver Ranking](tutorials/driver-ranking-with-feast.md)
31-
* [Fraud Detection](tutorials/fraud-detection.md)
30+
* [Driver ranking](tutorials/driver-ranking-with-feast.md)
31+
* [Fraud detection on GCP](tutorials/fraud-detection.md)
3232

3333
## How-to Guides
3434

docs/tutorials/driver-ranking-with-feast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
ingested into Feast.
66
---
77

8-
# Driver Ranking
8+
# Driver ranking
99

1010
In this example you'll learn how to use some of the key functionality in Feast. The tutorial runs in both local mode and on the Google Cloud Platform \(GCP\). For GCP, you must have access to a GCP project already, including read and write permissions to BigQuery.
1111

docs/tutorials/fraud-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
transaction made by a user is fraudulent.
66
---
77

8-
# Fraud Detection
8+
# Fraud detection on GCP
99

1010
Throughout this tutorial, we’ll walk through the creation of a production-ready fraud prediction system. A prediction is made in real-time as the user makes the transaction, so we need to be able to generate a prediction at low latency.
1111

0 commit comments

Comments
 (0)