Skip to content

Store less trees during sampling #15

Description

@OttoVintola

According to @aloctavodia, we can update $n$, where $n < m$, trees during sampling since there is not much statistical difference in the results. In the code, we control $n$ with batch_tune and batch_post—both default to 10% of the trees. During tuning we would store all $m$ trees but during sampling use $m \cdot \text{batch} = B$ trees

Below is an illustrative figure of the approach that displays the sliding window, again with 10% of the trees:
Image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions