Skip to content

Implementation of the Iris Dataset classification with an MLOps approach

License

Notifications You must be signed in to change notification settings

ericdasse-stonal/iris-classification

Repository files navigation

Iris Dataset classification

This is a demonstration of how MLOps can be incorporated into an ML project using the classic Iris Dataset classification problem

Dataset

The raw dataset used in this repository comes was downloaded here. This dataset is in a CSV format with the following features from left to right:

  1. Sepal legth (cm)
  2. Sepal width (cm)
  3. Petal length (cm)
  4. Petal width (cm)
  5. Target

Data versioning with DVC

In this project, the raw and prepared data are versioned using DVC. Since it's made in Python, it was added to dev_requirements.in.

To import all the data necessary for this project via DVC, you can perform

$ dvc pull

About

Implementation of the Iris Dataset classification with an MLOps approach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages