# Erudite [![Crates.io][crates-badge]][crates-url] [![License][license-badge]][license-url] [![Lints][lints-badge]][lints-url] [![Tests][tests-badge]][tests-url] [crates-badge]: https://img.shields.io/crates/v/erudite.svg [crates-url]: https://crates.io/crates/erudite [license-badge]: https://img.shields.io/crates/l/erudite [license-url]: #license [lints-badge]: https://img.shields.io/github/actions/workflow/status/EmmettJayhart/erudite/lint_prod.yaml?label=lints [lints-url]: https://github.com/EmmettJayhart/erudite/actions?query=workflow%3Alint_prod+branch%3Aprod [tests-badge]: https://img.shields.io/github/actions/workflow/status/EmmettJayhart/erudite/test_prod.yaml?label=tests [tests-url]: https://github.com/EmmettJayhart/erudite/actions?query=workflow%3Atest_prod+branch%3Aprod Erudite is a basic machine learning toolkit for rust. Currently, this crate is far from functional. ## Usage Yet to be added. ## Changelog See [CHANGELOG.md](CHANGELOG.md) for more information. ## License Copyright 2024 Emmett Jayhart Licensed under either of - Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or ) - MIT license ([LICENSE-MIT](LICENSE-MIT) or ) at your option. ## Contribution Feel free to submit an issue and/or a pull request to the [`dev`](https://github.com/EmmettJayhart/erudite/tree/dev) branch. Any PR made directly to the `prod` or `staging` branches will be closed. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.