Alien-XGBoost
view release on metacpan or search on metacpan
xgboost/python-package/prep_pip.sh view on Meta::CPAN
# this script is for preparation for PyPI installation package,
# please don't use it for installing xgboost from github
# after executing `make pippack`, cd xgboost-python,
#run this script and get the sdist tar.gz in ./dist/
sh ./xgboost/build-python.sh
cp setup_pip.py setup.py
python setup.py sdist
#make sure you know what you gonna do, and uncomment the following line
#python setup.py register upload
( run in 1.412 second using v1.01-cache-2.11-cpan-b16cb0d3907 )