MCPcopy Create free account
hub / github.com/dmlc/xgboost / CompareJsonModels

Function CompareJsonModels

tests/cpp/test_serialization.cc:148–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void CompareJsonModels(Json l, Json r) { CompareJSON(std::move(l), std::move(r)); }
149
150void TestLearnerSerialization(Args args, FeatureMap const& fmap, std::shared_ptr<DMatrix> p_dmat) {
151 for (auto& batch : p_dmat->GetBatches<SparsePage>()) {

Callers 1

TestBaseScoreMethod · 0.85

Calls 1

CompareJSONFunction · 0.85

Tested by

no test coverage detected