Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 805 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 805 Bytes

UciDataLoader

hex.pm version

Attention!

This repository load data with HTTP communication! So, Do not load data in a short time!

Usage

  • iex> UCIDataLoader.load_iris
  • iex> UCIDataLoader.load_wine_quality

Installation

If available in Hex, the package can be installed by adding uci_data_loader to your list of dependencies in mix.exs:

def deps do
  [{:uci_data_loader, "~> 0.1.6"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/uci_data_loader.