我注意到XgBoost支持多種操作系統,比如MacOS,Ubuntu,Windows等。安裝說明可以找到here。不過,我沒有看到有關Android的任何說明。有沒有人試過(或試圖「黑客」來完成這一點)?Android上的XgBoost
4
A
回答
1
我正在使用此xgboost-predictor-java,只需在android studio中添加依賴關係即可。 對於說明,你可以按照readme.md文件
相關問題
- 1. Mac上的Xgboost包
- 2. Mac上的Xgboost安裝
- 3. Spark上的DMLC上的XGBoost-4j-1.6.1
- 4. XGBOOST - DMATRIX
- 5. XGBoost模型上的GridSearchCV給出錯誤
- 6. Mac上的XGBoost安裝錯誤
- 7. NaN的錯誤xgboost
- 8. XGBoost上databricks - 過時斯卡拉版
- 9. 在Mac上安裝XGBoost錯誤
- 10. 在EC2實例上安裝XGBoost
- 11. 如何在Windows上輕鬆安裝xgboost
- 12. Xgboost Num_class in R
- 13. XGBoost - 學習率
- 14. gblinear xgboost in R
- 15. Python上的Windows上的Xgboost安裝問題
- 16. 如何在沒有XGBoost庫的情況下生成XGBoost輸出?
- 17. Python的XGBRegressor與R的XGBoost
- 18. xgboost,抵消風險?
- 19. 蟒蛇xgboost安裝
- 20. xgboost問題與R
- 21. XGBoost安裝錯誤
- 22. xgboost WinError127,Windows 10,anaconda
- 23. xgboost是否有feature_importances_?
- 24. Java - xgboost DMatrix輸入
- 25. xgboost CV和樹數
- 26. XGBoost轉換爲DMatrix
- 27. python中的XGboost問題
- 28. 安裝xgboost使用Debian的
- 29. 「xgboost」官方軟件包與x中的「caret」軟件包xgboost的不同結果
- 30. 在mac上有python 2.7的xgboost 0.6 conda安裝包嗎?
你爲什麼要在Android設備上運行這個?它似乎是用Python編寫的,所以你需要找到一種方法在JVM上運行它。 – Flummox
@Flummox,引擎蓋下xgboost是用C++編碼的,帶有python和其他語言的接口。我需要爲我正在開發的應用程序提供高性能的隨機森林實現。 – Leeor