Skip to content

kokoax/uci_data_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Data load from UCI repository. http://archive.ics.uci.edu/ml/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages