Crates.io | machine_learning |
lib.rs | machine_learning |
version | 0.1.1 |
source | src |
created_at | 2024-07-14 14:09:21.175113 |
updated_at | 2024-07-15 21:12:52.592179 |
description | A Rust library for machine learning algorithms |
homepage | https://github.com/isaka-james/machine-learning |
repository | https://github.com/isaka-james/machine-learning |
max_upload_size | |
id | 1303018 |
size | 8,915 |
Welcome to the Machine Learning library implemented in Rust! This open-source library provides basic machine learning algorithms and utilities to facilitate the development of machine learning projects in Rust.
To use this library in your Rust project, add the following line to your Cargo.toml
file:
[dependencies]
machine_learning = "0.1.0"
For detailed documentation on how to use this library and to stay updated with the latest algorithms and methods being added, please visit documentation.
Currently, only the linear regression algorithm is published. We are actively working on adding more algorithms and methods. Regularly check the documentation to see what new features have been added.
Contributions are welcome! Feel free to open an issue or submit a pull request. Your feedback and contributions are highly appreciated.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or questions, please contact me .
Feel free to clone the repository and explore the code. Contributions and feedback are highly appreciated!