name = Iris task = classification features = sepal_length,sepal_width,petal_length,petal_width target = species description.en = The classic Fisher iris dataset. One of the most famous datasets in machine learning and statistics. description.ru = Классический датасет ирисов Фишера. Один из самых известных датасетов в машинном обучении. source = UCI Machine Learning Repository url = https://github.com/mwaskom/seaborn-data/blob/master/iris.csv feature.sepal_length = float feature.sepal_width = float feature.petal_length = float feature.petal_width = float feature.species = categorical feature.sepal_length.ru = длина чашелистика feature.sepal_width.ru = ширина чашелистика feature.petal_length.ru = длина лепестка feature.petal_width.ru = ширина лепестка feature.species.ru = вид ириса feature.sepal_length.en = sepal length feature.sepal_width.en = sepal width feature.petal_length.en = petal length feature.petal_width.en = petal width feature.species.en = iris species value.species.setosa.ru = ирис щетинистый value.species.versicolor.ru = ирис разноцветный value.species.virginica.ru = ирис виргинский