Expand dataset build instructions

This commit is contained in:
Paul Harrison 2023-10-19 09:24:35 +01:00
parent e13fe9b1ce
commit f01a83f540
1 changed files with 1 additions and 1 deletions

View File

@ -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