uci_data_loader v0.1.5 API Reference
Modules
UCI module has method that load of data from UCI repository.
#iex> UCIDataLoader.load_iris
#%UCIDataLoader {
# data: [[5.1, 3.5, 1.4, 0.2], [4.9, 3.0, 1.4, 0.2], [4.7, 3.2, 1.3, 0.2], ...],
# target_all_name: ["Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", ...],
# target_names: ["Iris-setosa", "Iris-versicolor", "Iris-virginica"],
# length: 4,
# amount: 150,
# cluster_num: 3,
# each_amount: [50, 50, 50],
#}