Skip to main content

Crate forestfire_data

Crate forestfire_data 

Source
Expand description

Data layer shared by training and inference.

The key design choice in this crate is that both dense and sparse storage are exposed through the same TableAccess trait. Trainers therefore reason about “rows, features, bins, and targets” instead of about concrete storage formats. That keeps sampling views, inference-time reconstructed tables, and Arrow-backed tables interoperable.

Structs§

DenseTable
Arrow-backed dense table for tabular regression/classification data.
SparseTable
Arrow-backed sparse table specialized for binary feature matrices.

Enums§

BinnedColumnKind
BinnedFeatureColumnRef
DenseTableError
FeatureColumnRef
NumericBins
Table
TableKind

Constants§

BINARY_MISSING_BIN
MAX_NUMERIC_BINS

Traits§

TableAccess
Common interface consumed by tree trainers and predictors.

Functions§

numeric_bin_boundaries
numeric_missing_bin