Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ Train_serial2
Method
Train_serial2
src/treelearner/tree_learner.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void TreeLearner::Train_serial2(Tree* tree, const score_t* gradients, const score_t* hessians) {
42
// return 0;
43
}
44
45
void TreeLearner::SetBaggingData2(const data_size_t* used_indices,
46
data_size_t num_data) {
Callers
1
TrainOneIter_new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected