View Source Scidata.Wine (Scidata v0.1.8)
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-source
Information (source)
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/ml/machine-learning-databases/wine/"
:dataset_file
- Dataset filename.Defaults to
"wine.data"
:cache_dir
- Cache directory.Defaults to
System.tmp_dir!()