Skip to content

Commit

Permalink
GitBook: [master] 3 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
woop authored and gitbook-bot committed Aug 30, 2021
1 parent 332577b commit 5857a55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
## Tutorials

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

## How-to Guides

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/driver-ranking-with-feast.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
ingested into Feast.
---

# Driver Ranking
# Driver ranking

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/fraud-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
transaction made by a user is fraudulent.
---

# Fraud Detection
# Fraud detection on GCP

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.

Expand Down

0 comments on commit 5857a55

Please sign in to comment.