Friday 25 August 2023

install latest xgboost nightly build

I'd like to install the latest xgboost nightly build. The documentation indicates that the latest builds can be found here: https://s3-us-west-2.amazonaws.com/xgboost-nightly-builds/list.html?prefix=master/

Getting the name of the latest version you can then use pip in the following maner (exemple):

!pip install https://s3-us-west-2.amazonaws.com/xgboost-nightly-builds/master/xgboost-2.0.0.dev0%2B15ca12a77ebbaf76515291064c24d8c2268400fd-py3-none-manylinux2014_x86_64.whl

Is there any way to just specify 'latest nightly build' some way or another instead of having to copy past the commit key ?



from install latest xgboost nightly build

No comments:

Post a Comment