rusty_learn

Crates.iorusty_learn
lib.rsrusty_learn
version0.1.1
created_at2025-12-20 19:13:29.841435+00
updated_at2025-12-20 19:15:42.58746+00
descriptionA small, educational, scikit-learn-like machine learning library written in Rust
homepagehttps://github.com/bhumitschaudhry/RustyLearn
repositoryhttps://github.com/bhumitschaudhry/RustyLearn
max_upload_size
id1996864
size33,496
Bhumit Chaudhry (bhumitschaudhry)

documentation

README

rusty_learn

A small, educational, scikit-learn-like machine learning library written in Rust.

Features

  • Linear & Logistic Regression
  • KNN
  • K-Means
  • Naive Bayes
  • PCA
  • Decision Trees
  • Dataset utilities & metrics

Installation

cargo add rusty_learn
Commit count: 0

cargo fmt