From 725d14782674aa9be0ea742a34e7231ad538efb7 Mon Sep 17 00:00:00 2001 From: dandawg <12484302+dandawg@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:06:41 -0600 Subject: [PATCH] fixed README.md typo Signed-off-by: dandawg <12484302+dandawg@users.noreply.github.com> --- examples/credit-risk-end-to-end/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/credit-risk-end-to-end/README.md b/examples/credit-risk-end-to-end/README.md index ec538fa9e4..4f8b36a30e 100644 --- a/examples/credit-risk-end-to-end/README.md +++ b/examples/credit-risk-end-to-end/README.md @@ -5,7 +5,7 @@ This example starts with an [OpenML](https://openml.org) credit risk dataset, and walks through the steps of preparing the data, setting up feature store resources, and serving features; this is all done inside the paradigm of an ML workflow, with the goal of helping users understand how Feast fits in the progression from exploratory data analysis, to model training and model serving. -The example is organized in four notebooks: +The example is organized in five notebooks: 1. [01_Credit_Risk_Data_Prep.ipynb](01_Credit_Risk_Data_Prep.ipynb) 2. [02_Deploying_the_Feature_Store.ipynb](02_Deploying_the_Feature_Store.ipynb) 3. [03_Credit_Risk_Model_Training.ipynb](03_Credit_Risk_Model_Training.ipynb)