forust-ml 0.4.8

A lightweight gradient boosting implementation in Rust.
Documentation
[dependencies.log]
version = "0.4.19"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.7"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
features = ["float_roundtrip"]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["James Inlow <james.d.inlow@gmail.com>"]
description = "A lightweight gradient boosting implementation in Rust."
edition = "2021"
homepage = "https://github.com/jinlow/forust"
license-file = "LICENSE"
name = "forust-ml"
readme = "README.md"
repository = "https://github.com/jinlow/forust"
version = "0.4.8"
[profile.release]
codegen-units = 1
lto = "fat"