emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48388: closed ([PATCH 0/3] Add xgboost.)


From: GNU bug Tracking System
Subject: bug#48388: closed ([PATCH 0/3] Add xgboost.)
Date: Sat, 25 Sep 2021 20:15:02 +0000

Your message dated Sat, 25 Sep 2021 16:14:34 -0400
with message-id <YU+DKsLfVM6++E9h@jasmine.lan>
and subject line Re: [bug#48388] [PATCH v5 1/3] gnu: Add dmlc-core.
has caused the debbugs.gnu.org bug report #48388,
regarding [PATCH 0/3] Add xgboost.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48388: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48388
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/3] Add xgboost. Date: Wed, 12 May 2021 23:56:49 +0000
This patchset adds the binaries, C++ library and Python frontend for the 
XGBoost gradient boosting framework.

I noticed r-xgboost in the packages, which compiles a bundled copy of xgboost. 
Ideally it would inherit from xgboost and build from there, but I do not work 
with R so I can't help with this.

I also had to do some dirty hack in the python patch for reading version and 
using libxgboost from the xgboost package. Lmk is there is a better way to 
handle this.

Vinicius Monego (3):
  gnu: Add dmlc-core.
  gnu: Add xgboost.
  gnu: Add python-xgboost.

 gnu/local.mk                                  |   2 +
 gnu/packages/machine-learning.scm             | 125 ++++++++++++++++++
 ...xgboost-python-use-system-libxgboost.patch |  69 ++++++++++
 .../xgboost-use-system-dmlc-core.patch        |  35 +++++
 4 files changed, 231 insertions(+)
 create mode 100644 
gnu/packages/patches/xgboost-python-use-system-libxgboost.patch
 create mode 100644 gnu/packages/patches/xgboost-use-system-dmlc-core.patch

-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48388] [PATCH v5 1/3] gnu: Add dmlc-core. Date: Sat, 25 Sep 2021 16:14:34 -0400
On Sat, Sep 25, 2021 at 07:36:49PM +0000, Vinicius Monego wrote:
> * gnu/packages/machine-learning.scm (dmlc-core): New variable.

Thanks! I pushed v5 of this patch series as commit
40a6d8eb7de42248c886c447a299256853054912


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]