oozie 0.1.2

Oozie is a recommender systems framework written in Rust and inspired on Apache Mahout. There will be breaking changes until v1.0.0 (if we get there)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
csv = "0.15.0"
rand = "0.3.0"

[package]
authors = ["z1mvader <z1mvader@protonmail.com>"]
description = "Oozie is a recommender systems  framework written in Rust and inspired on Apache Mahout. There will be breaking changes until v1.0.0 (if we get there)"
documentation = "https://docs.rs/oozie/"
exclude = ["data/*"]
keywords = ["recommender", "systems", "apache", "mahout"]
license = "MIT"
name = "oozie"
readme = "README.md"
repository = "https://github.com/z1mvader/oozie"
version = "0.1.2"