datarust 0.5.0

Scikit-learn-style preprocessing and classical ML in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[book]
title = "datarust — Scikit-Learn Preprocessing in Rust"
authors = ["Murat Genç"]
language = "en"
src = "src"
description = "A modular, dependency-free ML preprocessing & modeling library for Rust, inspired by scikit-learn."

[output.html]
default-theme = "rust"
preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/genc-murat/datarust"
edit-url-template = "https://github.com/genc-murat/datarust/edit/main/book/src/{path}"
no-section-label = false

[output.html.fold]
enable = true
level = 0