summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 169be5a1e95996055e0aeb2eda84ca615a54b3b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
pkgbase = xgboost-git
	pkgver = r1639.00a8076
	pkgrel = 2
	url = https://github.com/tqchen/xgboost
	arch = x86_64
	license = APACHE
	makedepends = git
	source = git+https://github.com/tqchen/xgboost.git
	sha256sums = SKIP

pkgname = xgboost-git
	pkgdesc = An optimized general purpose gradient boosting library. Which is parallelized using OpenMP. It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree
	depends = python
	depends = bash
	optdepends = python-xgboost-git: Python 3 Wrapper
	optdepends = python2-xgboost-git: Python 2 Wrapper
	provides = xgboost
	conflicts = xgboost

pkgname = python-xgboost-git
	pkgdesc = XGBoost Python 3 wrapper
	depends = xgboost
	depends = python
	depends = python-numpy
	depends = python-scipy
	depends = python-setuptools
	depends = bash
	provides = python-xgboost
	conflicts = python-xgboost

pkgname = python2-xgboost-git
	pkgdesc = XGBoost Python 2 wrapper
	depends = xgboost
	depends = python2
	depends = python2-numpy
	depends = python2-scipy
	depends = python2-setuptools
	depends = bash
	provides = python2-xgboost
	conflicts = python2-xgboost