아이리스 데이터(iris dataset)
CODEDRAGON ㆍDevelopment/Python
반응형
아이리스 데이터(iris dataset)
· 아이리스 품종 예측 데이터
· 150ro의 샘플과 4개의 속성과 하나의 클래스로 구성되어있습니다.
· https://codedragon.tistory.com/4970
https://archive.ics.uci.edu/ml/datasets/Iris
https://archive.ics.uci.edu/ml/machine-learning-databases/iris/
index |
attribute |
1 |
sepal length in cm 꽃받침 길이 |
2 |
sepal width in cm 꽃받침 넓이 |
3 |
petal length in cm 꽃잎 길이 |
4 |
petal width in cm 꽃잎 넓이 |
5 |
class Iris Setosa, Iris Versicolour, Iris Virginica |
직접 다운로드
'Development > Python' 카테고리의 다른 글
들여쓰기와 제어문 (0) | 2019.10.22 |
---|---|
파이썬 기본 문형, 파이썬의 예약어, 잘못된 예약어 사용 (0) | 2019.10.21 |
JupytherLab(주피터랩) (0) | 2019.10.16 |
관계연산자(비교 연산자) (0) | 2019.10.15 |
딕셔너리에서 제공되는 메소드 (0) | 2019.10.15 |