From 3b968d8a1f63f144852c54ff2e7c60b668d38743 Mon Sep 17 00:00:00 2001 From: yiksanchan Date: Mon, 19 Apr 2021 08:28:08 +0800 Subject: [PATCH] Remove duped pic --- docs/quickstart.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 4a9ea5edb9..f6c6a7d2e8 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -190,8 +190,6 @@ training_df.head() ![\(These feature values are non-deterministic, by the way.\)](.gitbook/assets/feast-landing-page-blog-post-feature-df.png) -![](.gitbook/assets/feast-landing-page-blog-post-feature-df.png) - Feast has joined on the correct feature values for the drivers that specified, as of the timestamp we specified. This DataFrame contains all the necessary signals needed to train a model, excluding labels, which are typically managed outside of Feast. Before you can train a model, you'll need to join on labels from external systems.