We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a2508 commit e31c53dCopy full SHA for e31c53d
src/c_api/c_api.cc
@@ -1049,7 +1049,7 @@ XGB_DLL int XGBoosterInplacePredict(BoosterHandle handle,
1049
exit(1);
1050
}
1051
1052
- fprintf (stdout, reinterpret_cast<const char *>(p_m.get()));
+ //fprintf (stdout, reinterpret_cast<const char *>(p_m.get()));
1053
p_m.reset(new data::DMatrixProxy);
1054
auto stuff = dynamic_cast<data::DMatrixProxy *>(p_m.get());
1055
auto proxy = new std::shared_ptr<xgboost::data::DMatrixProxy>(new xgboost::data::DMatrixProxy);
0 commit comments