From f01a83f5401001cc0d3c30529173eb817d303a95 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Thu, 19 Oct 2023 09:24:35 +0100 Subject: [PATCH] Expand dataset build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 758a214..6b5aa02 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Ensure you have created and validated your account with [Ngrok](https://ngrok.co ### Make you Dataset -`src/interview/data.py` contains an example function to build the classic [Iris dataset](https://scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html). You can build this with +`src/interview/data.py` contains an example function to build the classic [Iris dataset](https://scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html). You can extend this as you see fit to create one or more custom datasets relevant to your business. There is a Poetry script to run the `make_data` function and build the dataset, which you can run with: ```shell make data