Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ NeedAccuratePrediction
Method
NeedAccuratePrediction
src/boosting/rf.hpp:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
bool NeedAccuratePrediction() const override {
207
// No early stopping for prediction
208
return true;
209
};
210
211
private:
212
std::vector<score_t> tmp_grad_;
Callers
1
Predictor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected