Parameters
SnapBoost-specific
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
|
|
Probability of selecting a decision tree (vs. RFF ridge) |
|
|
|
Minimum |
|
|
|
Maximum |
|
|
|
Minimum samples per leaf for decision trees |
|
|
|
L2 regularization for the RFF ridge regressor |
|
|
|
RBF kernel coefficient for random Fourier features |
|
|
|
Number of random Fourier features |
Tip
On problems with both piecewise and smooth structure, try p_tree around 0.8–0.9. Setting p_tree=1.0 disables the ridge learner; p_tree=0.0 uses ridge only.
Label conventions
For classification, labels may be 0/1 or -1/+1. Predictions are returned as 0/1.