rustreg 0.1.1

Simple Rust library for data preprocessing (Normalization and Standartization). The goal for this crate is to become a Rust Machine Learning 101.
Documentation
[[bin]]
name = "rustreg"
path = "src/main.rs"

[dependencies.csv]
version = "1.3.1"

[lib]
name = "rustreg"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple Rust library for data preprocessing (Normalization and Standartization). The goal for this crate is to become a Rust Machine Learning 101."
edition = "2021"
license = "MIT"
name = "rustreg"
readme = "README.md"
version = "0.1.1"