View Source Scidata.Iris (Scidata v0.1.11)
Module for downloading the Iris Data Set.
Link to this section Summary
Functions
Downloads the Iris dataset or fetches it locally.
Link to this section Functions
Downloads the Iris dataset or fetches it locally.
information-about-the-dataset-are-available-in-file-iris-names-inside-the
Information about the dataset are available in file iris.names
inside the
attribute
Attribute
- sepal length in cm
- sepal width in cm
- petal length in cm
- petal width in cm
label
Label
- 0: Iris Setosa
- 1: Iris Versicolour
- 2: Iris Virginica
options
Options.
:base_url
- Dataset base URL.Defaults to
"https://archive.ics.uci.edu/static/public/53/iris.zip"
:dataset_file
- Dataset filename.Defaults to
"iris.data"
:cache_dir
- Cache directory.Defaults to
System.tmp_dir!()