View Source Scidata.Wine (Scidata v0.1.11)
Module for downloading the Wine Data Set.
Link to this section Summary
Functions
Downloads the Wine dataset or fetches it locally.
Link to this section Functions
Downloads the Wine 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
- Alcohol
- Malic acid
- Ash
- Alcalinity of ash
- Magnesium
- Total phenols
- Flavanoids
- Nonflavanoid phenols
- Proanthocyanins
- Color intensity
- Hue
- OD280/OD315 of diluted wines
- Proline
label
Label
- 0
- 1
- 2
options
Options.
:base_url
- Dataset base URL.Defaults to
"https://archive.ics.uci.edu/static/public/109/wine.zip"
:dataset_file
- Dataset filename.Defaults to
"wine.data"
:cache_dir
- Cache directory.Defaults to
System.tmp_dir!()