# 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.