scholar 0.1.7

A supervised machine learning library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Scholar


A supervised machine learning library.

If you wish to use Scholar in your project, simply add the following to your `Cargo.toml` dependencies...

```toml
scholar = "0.1"
```

... then read the library's [documentation](https://docs.rs/scholar) for usage instructions.