README.md

# Arfficionado

Elixir reader for ARFF data sets (Attribute Relation File Format);
[HexDocs](https://hexdocs.pm/arfficionado).

## Installation

The package can be installed
by adding `arfficionado` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:arfficionado, "~> 0.1.0"}
  ]
end
```