An open API service indexing awesome lists of open source software.

https://github.com/studyresearchprojects/iris-flower

Iris Flower Dataset preprocessing from R.A. Fisher 1936
https://github.com/studyresearchprojects/iris-flower

Last synced: 6 months ago
JSON representation

Iris Flower Dataset preprocessing from R.A. Fisher 1936

Awesome Lists containing this project

README

          


Iris Flower


Iris Flower Dataset from R.A. Fisher 1936 Analysis


## Run Locally

Build an run containers using `docker compose`

```bash
docker compose up --build notebook
```

> Using `Justfile` this is a matter of running `just build` and from
> there on `just dev`

After working you can release resources using:

```bash
docker compose down
```

> A [Justfile][1] is included!

## Sources

- The Iris Flowers dataset is downloaded from [UC Irvine Machine Learning
Repository][2].

[1]: https://just.systems
[2]: https://archive.ics.uci.edu/dataset/53/iris