gamlss-transform 0.2.1

Target transforms for GAMLSS modeling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# gamlss-transform

Target transform layer for GAMLSS modeling.

> **Status:** This crate is an early MVP. It is not intended for production use
> yet. The public API, internals, numerical behavior, and crate structure may
> change substantially while the library is being developed.

This crate contains target preprocessing transforms with persisted state and
domain-aware inverse transforms.

Use it when composing lower-level preprocessing pipelines around typed GAMLSS
models.