Adding the UCI Wine dataset by Tambup · Pull Request #207 · JuliaML/MLDatasets.jl (original) (raw)

This commit contains the code to build the dataset, a .csv file from https://gist.github.com/tijptjik/9408623, the documentation and test. Everything is based on the current work present in the master branch.

I think this can be useful as it contains more than just two classes but remains quite easy to solve. So, useful to test non-binary classifiers.

I built the documentation locally and it works as expected.
Manual tests has been conducted with success.
Unit Tests has not been concluded (my machine runs out of memory...).