Path to this page:
./
math/py-xgboost,
XGBoost Python Package
Branch: CURRENT,
Version: 2.1.1,
Package name: py312-xgboost-2.1.1,
Maintainer: pkgsrc-usersXGBoost is an optimized distributed gradient boosting library designed to be
highly efficient, flexible and portable. It implements machine learning
algorithms under the Gradient Boosting framework. XGBoost provides a parallel
tree boosting (also known as GBDT, GBM) that solve many data science problems
in a fast and accurate way. The same code runs on major distributed environment
(Kubernetes, Hadoop, SGE, Dask, Spark, PySpark) and can solve problems beyond
billions of examples.
Master sites:
Filesize: 1064.413 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-xgboost-2.1.1
- (2024-08-04) Updated to version: py311-xgboost-2.1.1
- (2024-01-19) Updated to version: py311-xgboost-2.0.3
- (2023-06-19) Updated to version: py310-xgboost-1.7.6
- (2023-06-13) Package added to pkgsrc.se, version py310-xgboost-1.7.5 (created)
CVS history: (Expand)
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-08-04 15:05:59 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-xgboost: updated to 2.1.1
The 2.1.1 patch release make the following bug fixes:
[Dask] Disable broadcast in the scatter call so that predict function won't hang
[Dask] Handle empty partitions correctly
Fix federated learning for the encrypted GRPC backend
Fix a race condition in column splitter
Gracefully handle cases where system files like /sys/fs/cgroup/cpu.max are not \
readable by the user
Fix build and C++ tests for FreeBSD
Clarify the requirement Pandas 1.2+
More robust endianness detection in R package build
In addition, it contains several enhancements:
Publish JVM packages targeting Linux ARM64
Publish a CPU-only wheel under name xgboost-cpu
Support building with CUDA Toolkit 12.5 and latest CCCL
|
2024-01-28 09:21:07 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-xgboost: insists on gcc 8.1+
|
2024-01-24 23:45:54 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-xgboost: remove unused REPLACE_; spotted by @wiz
|
2024-01-24 23:43:20 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
py-xgboost: fix build
|
2024-01-19 15:36:17 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
py-xgboost: updated to 2.0.3
2.0.3
[backport][sklearn] Fix loading model attributes.
[backport][py] Use the first found native library.
[backport] [CI] Upload libxgboost4j.dylib (M1) to S3 bucket
[jvm-packages] Fix POM for xgboost-jvm metapackage
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|