Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ shrinkage
Method
shrinkage
include/LightGBM/tree.h:157–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
inline double shrinkage() const {
158
return shrinkage_;
159
}
160
161
inline void AddBias(double val) {
162
#pragma omp parallel for schedule(static, 1024) if (num_leaves_ >= 2048)
Callers
2
FitByExistingTree
Method · 0.45
FitByExistingTree
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected