Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XgBoost on Android

I've noticed that XgBoost supports multiple OSs, such as MacOS, Ubuntu, Windows etc. The installation instructions can be found here. However, I do not see any instructions for Android. Has anyone tried this (or tried to "hack" to accomplish this)?

like image 415
Leeor Avatar asked Nov 04 '16 08:11

Leeor


1 Answers

I am using this xgboost-predictor-java, Just adding the dependencies in android studio. For instruction you can follow the readme.md file

like image 85
Furqan Avatar answered Sep 17 '22 21:09

Furqan