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
- Host: GitHub
- URL: https://github.com/studyresearchprojects/iris-flower
- Owner: StudyResearchProjects
- Created: 2023-09-29T02:00:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-13T03:11:03.000Z (8 months ago)
- Last Synced: 2025-10-13T08:43:39.232Z (8 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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