merve HF staff commited on
Commit
0bda0ce
1 Parent(s): fca6366

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: cc0-1.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc0-1.0
3
  ---
4
+ ## Iris Species Dataset
5
+
6
+ The Iris dataset was used in R.A. Fisher's classic 1936 paper, The Use of Multiple Measurements in Taxonomic Problems, and can also be found on the UCI Machine Learning Repository.
7
+
8
+ It includes three iris species with 50 samples each as well as some properties about each flower. One flower species is linearly separable from the other two, but the other two are not linearly separable from each other.
9
+ The dataset is taken from [UCI Machine Learning Repository's Kaggle](https://www.kaggle.com/datasets/uciml/iris).
10
+ The following description is taken from UCI Machine Learning Repository.
11
+ This is perhaps the best known database to be found in the pattern recognition literature. Fisher's paper is a classic in the field and is referenced frequently to this day. (See Duda & Hart, for example.) The data set contains 3 classes of 50 instances each, where each class refers to a type of iris plant. One class is linearly separable from the other 2; the latter are NOT linearly separable from each other.
12
+
13
+ Predicted attribute: class of iris plant.
14
+
15
+ This is an exceedingly simple domain.
16
+
17
+ This data differs from the data presented in Fishers article (identified by Steve Chadwick, spchadwick '@' espeedaz.net ). The 35th sample should be: 4.9,3.1,1.5,0.2,"Iris-setosa" where the error is in the fourth feature. The 38th sample: 4.9,3.6,1.4,0.1,"Iris-setosa" where the errors are in the second and third features.
18
+
19
+
20
+ Features in this dataset are the following:
21
+
22
+ - sepal length in cm
23
+ - sepal width in cm
24
+ - petal length in cm
25
+ - petal width in cm
26
+ - class:
27
+ - Iris Setosa
28
+ - Iris Versicolour
29
+ - Iris Virginica
30
+
31
+