gam-model-api 0.3.129

Model and custom-family trait API and contracts for the gam penalized-likelihood engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "gam-model-api"
version = "0.3.129"
edition = "2024"
description = "Model and custom-family trait API and contracts for the gam penalized-likelihood engine"
license = "AGPL-3.0-or-later"
repository = "https://github.com/SauersML/gam"

[lints.rust]
warnings = "deny"

[dependencies]
gam-linalg = { path = "../gam-linalg", version = "=0.3.129" }
gam-problem = { path = "../gam-problem", version = "=0.3.129" }
gam-runtime = { path = "../gam-runtime", version = "=0.3.129" }
ndarray = { version = "0.17.2", features = ["serde", "rayon"] }
rayon = "1.12.0"