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

zip file.

attribute

Attribute

  1. Alcohol
  2. Malic acid
  3. Ash
  4. Alcalinity of ash
  5. Magnesium
  6. Total phenols
  7. Flavanoids
  8. Nonflavanoid phenols
  9. Proanthocyanins
  10. Color intensity
  11. Hue
  12. OD280/OD315 of diluted wines
  13. 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!()