Expand description
Outer-score row subsampling and the model-layer row-measure bridge.
The canonical definitions of OuterScoreSubsample, RowSet, and
WeightedOuterRow are neutral low-layer primitives that live in the
gam-problem crate so the CustomFamily trait layer (and the model
families above it) can depend on them downward without duplication. This
module is the single model-layer authority that translates those primitives
into custom-family fit options.
Structs§
- Outer
Score Subsample - Stratified row index subsample shared across outer-loop evaluations.
- Weighted
Outer Row
Enums§
- RowSet
- Row selection for an outer-loop evaluation: either the full data (
All) or a Horvitz–ThompsonWeightedOuterRowsubsample.
Constants§
- ARROW_
ROW_ CHUNK - Deterministic row-block tiling constant for the parallel reduction paths.
Functions§
- arrow_
row_ chunk_ count - Number of
ARROW_ROW_CHUNK-sized tiles coveringn_rows.