Update package XGBoost
See original GitHub issueHi,
I am trying to load an XGBClassifier model saved in a .json format from an Android app using Chaquopy but I get the following error:
com.chaquo.python.PyException: XGBoostError: [21:21:49] xgboost/include/xgboost/json.h:65: Invalid cast, from Null to Array
I think that I have spotted the problem, which is the version of XGBoost supported by Chaquopy (1.1.1). Indeed, the latest version is 1.4.2 and the possibility to load models from .json files was introduced in 1.3.0 if I did not misunderstand. Would it be possible to have an update of the package supported by Chaquopy?
Best regards.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:15 (7 by maintainers)
Top Results From Across the Web
Installation Guide — xgboost 1.7.2 documentation
Installation Guide . XGBoost provides binary packages for some language bindings. The binary packages support the GPU algorithm ( gpu_hist ) on...
Read more >xgboost - PyPI
XGBoost Python Package. ... pip install xgboost. Copy PIP instructions. Latest version. Released: Dec 8, 2022. XGBoost Python Package ...
Read more >CRAN - Package xgboost - R Project
xgboost : Extreme Gradient Boosting ... Extreme Gradient Boosting, which is an efficient implementation of the gradient boosting framework from ...
Read more >Releases · dmlc/xgboost - GitHub
This is a patch release for bug fixes and Spark barrier mode support. The R package is unchanged. Experimental support for categorical data....
Read more >Xgboost - :: Anaconda.org
conda-forge / packages / xgboost 1.7.1. 31 · License: Apache-2.0 · 3461885 total downloads · Last upload: 1 month and 15 days ago ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, thanks for letting me know. I’ll leave the issue open, and if anyone else needs an update of XGBoost, please click the thumbs up button above and leave a comment explaining why you need it.
If anyone wants to try building the new version, follow the instructions here. And if you’re successful, please make a pull request so we can add the new version to the public repository.