Expand dataset build instructions
This commit is contained in:
parent
e13fe9b1ce
commit
f01a83f540
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue