dmlc / xgboost

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
https://xgboost.readthedocs.io/en/stable/
Apache License 2.0
26.08k stars 8.7k forks source link

How to support Android Dev? #10656

Open jsmeli opened 1 month ago

jsmeli commented 1 month ago

I want to integrate xgboost into an Android project, but there may be exceptions during compilation after integration. I would like to know how to integrate it into an Android project? image

trivialfis commented 1 month ago

We don't have any test on Android yet, you are more than welcome to help setup the GitHub CI and make the port.

jsmeli commented 1 month ago

Thank you for answer. I will try compiling it on my end.