aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 02d4f180dacd5af6d08171fc850ec8ed8f506dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Iris

Different ML Techniques on the Iris dataset. For more information, see [this](https://en.wikipedia.org/wiki/Iris_flower_data_set) Wikipedia article.

## Data

### About the data

Iris dataset is a multivariate data set with 150 samples and 4 features. The data set is named after the iris plant. The data set is loaded from [this](https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data) link. It comes pre-installed with the Python package `sklearn`. 


### Features

The data set contains the following features:

| Feature | Description |
| --- | --- |
| sepal length in cm | the length of the sepals |
| sepal width in cm | the width of the sepals |
| petal length in cm | the length of the petals |
| petal width in cm | the width of the petals |