Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate a tutorial for using the C API in a C/C++ application #6174
Comments
|
@hcho3 hello, sir |
|
@divya661 Thanks for volunteering. You have two options:
|
|
@hcho3 Sir, could you please suggest me a few resources regarding the first 2 points of this issue? |
|
@divya661 Take a look at xgboost/.github/workflows/main.yml Lines 62 to 78 in 6bc41df |
|
@hcho3 in point 2, by "system prefix" you mean with different OS like Windows, Mac OS & others? (want to confirm) |
|
@divya661 No, the prefix refers to a directory where a package is to be installed. The term is used in GNU Autotools, e.g. https://www.gnu.org/prep/standards/html_node/Directory-Variables.html. The system prefix on Linux is Since writing to |
It would be great to have a tutorial for using the C API of XGBoost in a C or C++ application. Some important components:
XGBGetLastError().Note to new contributors: Post a comment here if you'd like to work on this issue. Feel free to ping me for help.