You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The C / C++ api documentation specifies a macro "safe_xgboost" to be used with each language. This macro is incorrect for the C++ code, containing at least one syntax error.
One syntax error is that after XGBGetLastError(), two closing parethesis are used, however, there is only one corresponding opening parethesis.
Another syntax error I found was in the use of "Exception". This was not recognized in my environment, however I fixed it by using std::runtime_error instead.
The text was updated successfully, but these errors were encountered:
Description:
The C / C++ api documentation specifies a macro "safe_xgboost" to be used with each language. This macro is incorrect for the C++ code, containing at least one syntax error.
One syntax error is that after XGBGetLastError(), two closing parethesis are used, however, there is only one corresponding opening parethesis.
Another syntax error I found was in the use of "Exception". This was not recognized in my environment, however I fixed it by using std::runtime_error instead.
The text was updated successfully, but these errors were encountered: