Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dmlc/xgboost

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
https://github.com/dmlc/xgboost

updating JVM docs

adding “-DskipTests” to Docs for JVM. without this flag building takes
forever

f75d78f6869b510349dd00e92a37f139c1e5ad1b authored over 8 years ago by avl055 <[email protected]>
Merge pull request #1098 from zyxue/patch-1

improved docstring for folds in cv function

59610c49dfe7469251df8c2c8a165ba6a7f9bdd9 authored over 8 years ago by Yuan (Terry) Tang <[email protected]>
improved docstring for folds in cv function

79b35da3082ee722f37723f3e71549889f77953f authored over 8 years ago by zyxue <[email protected]>
Merge pull request #1097 from Far0n/patch-1

winning solution

c7918946688c6834e8a79a7c247ede7b0a160c36 authored over 8 years ago by Yuan (Terry) Tang <[email protected]>
Update README.md

Winning solution added: "Homesite Quote Conversion" (@Kaggle)

d7e5095e7c8db287ef122537a51ce46538101c88 authored over 8 years ago by Far0n <[email protected]>
Merge pull request #1050 from khotilov/S4toS3

[R-package] Convert to S3; some new DMatrix methods

4af55518f2307bbcc32e13a7a703de5b697a01ed authored over 8 years ago by Tong He <[email protected]>
Merge branch 'master' into S4toS3

25965227b3deb0912dcad1a515e43f74576958e7 authored over 8 years ago by Vadim Khotilovich <[email protected]>
Merge pull request #1071 from khotilov/make_fix

fix Makefile to use MAKE variable

714901eac54c7f4bcfa6bcc9b0fbd0fd7550bb23 authored over 8 years ago by Tianqi Chen <[email protected]>
Merge branch 'master' into make_fix

de63993543173747883fe2921825fa7ebe2667ca authored over 8 years ago by Vadim Khotilovich <[email protected]>
fix Makefile to use MAKE variable

9f177d7353ecbf32f7bdeb0e129e29a3295d4ee9 authored over 8 years ago by Vadim Khotilovich <[email protected]>
Merge pull request #1048 from WojciechMigda/xgboostercreate-api-fix

XGBoosterCreate api unified to use const DMatrixHandle[] argument

babf1d78400ecddf4f3c13b32876d72724038904 authored over 8 years ago by Tianqi Chen <[email protected]>
Updated obsolete installation instructions

Fixed local compilation, and installation for R package and Python
package. Modified the accordi...

77136baf2c99fc93520dc3161c55557168b21fbc authored over 8 years ago by Laurae2 <[email protected]>
Merge branch 'master' into xgboostercreate-api-fix

30a306b974186935acc721c3acfe65b3ddf90dcd authored over 8 years ago by WojciechMigda <[email protected]>
Merge pull request #1057 from CodingCat/master

update doc

6eda06256e9aa37e48d25eefa6c314111645b628 authored over 8 years ago by Nan Zhu <[email protected]>
Merge branch 'master' into master

e27977d416b244500828c2f2f8fcc2a05c0e0591 authored over 8 years ago by Nan Zhu <[email protected]>
update doc

daeee84e4d88f35c825e4c898b6345dfe14013be authored over 8 years ago by CodingCat <[email protected]>
make travis happy

33131e2e13c2e0e0aaafb61f55d53fe0a8f5e492 authored over 8 years ago by Vadim Khotilovich <[email protected]>
fix print.xgb.DMatrix doc

fb5291271e18a533d38b169eca93cd0b73bf2031 authored over 8 years ago by Vadim Khotilovich <[email protected]>
added unit tests for xgb.DMatrix

4b760762f9e43f9edf29e2e0398edfd89c0f7843 authored over 8 years ago by Vadim Khotilovich <[email protected]>
convert S4 to S3; add some extra methods to DMatrix

71f402ac16ea408321c41473609a1a537570f4f4 authored over 8 years ago by Vadim Khotilovich <[email protected]>
consolidated DMatrix&Booster stuff into xgb.DMatrix.R & xgb.Booster.R

d27bfb61b07bbe234bce9f7718f1b42420865d12 authored over 8 years ago by Vadim Khotilovich <[email protected]>
added XGDMatrixNumCol_R function

1d504d6c6c6ca94724840a9ae39367aebde4ee00 authored over 8 years ago by Vadim Khotilovich <[email protected]>
XGBoosterCreate api unified to use const DMatrix[] argument

6a5eb477897d0379129852118daadba91a12d844 authored over 8 years ago by Wojciech Migda <[email protected]>
Merge pull request #1037 from CodingCat/allow_empty_partitions

[jvm-packages] allow empty partitions

605c23e0dc8596b7cac98da635d649c96c698a79 authored over 8 years ago by Nan Zhu <[email protected]>
Merge branch 'master' into allow_empty_partitions

dfafce4cfd9c0cf3d3e70c7207b7c083b36993ab authored over 8 years ago by Nan Zhu <[email protected]>
allow empty partitions

d8535313eb96c65a4c29708dbf02aa71cb8bb7f9 authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #1028 from kilojoules/patch-6

More verbose error message: which fields have impropper data types

03dfffca1589b4486119eb23319b4ed76eae4a0b authored over 8 years ago by Tianqi Chen <[email protected]>
Verbose message: which fields have impropper data types

A more verbose error message letting the user know which fields have impropper data types

bbb9ce1641a92c13948754a7949751b05ebfa068 authored over 8 years ago by Julian Quick <[email protected]>
Merge pull request #1025 from andyandy1992/master

Fixed typos.

1625dab1cbc416d9d9a79dde141e3d236060387a authored over 8 years ago by Tianqi Chen <[email protected]>
Fixed typos.

5efc1ee3a47062fd5f2924fa023b46094bb37049 authored over 8 years ago by Andrew Smith <[email protected]>
Merge pull request #1012 from CodingCat/master

update installation doc

c13570365541942f30539e33c6343026a3679fbf authored over 8 years ago by Nan Zhu <[email protected]>
Merge branch 'master' into master

884217688827330d469d1873dd3e1a64906ca961 authored over 8 years ago by Nan Zhu <[email protected]>
update installation doc

f1114688a7ed7041ae7c190c4524ced09a96b1d5 authored over 8 years ago by CodingCat <[email protected]>
Update README.md

7c555d5bc63ab27a1426b37dc01cd582e3592621 authored over 8 years ago by Tianqi Chen <[email protected]>
Merge pull request #1010 from CodingCat/master

[jvm-packages] adjust numWorkers for test

11415f228fc006057caac25d9642b4f88c88bb3b authored over 8 years ago by Nan Zhu <[email protected]>
Merge branch 'master' into master

14a031a1ab0ddf2a634789ddd91b2acd72338204 authored over 8 years ago by Nan Zhu <[email protected]>
adjust numWorkers for test

55ab1c6a22b007342dc4b6005fdb073585915918 authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #1008 from CodingCat/master

typo fix

a2146708bdee89f9c6520553773f0b994045835d authored over 8 years ago by Nan Zhu <[email protected]>
Merge branch 'master' into master

0b998d5249e25e5185686e8c49b5c4c800c7fe7a authored over 8 years ago by Nan Zhu <[email protected]>
Merge pull request #1009 from Keiku/work

Add a new winning solution to demo/README.md

0e0f0e75f6faa4a12b2da4fde00c501f479bd9f8 authored over 8 years ago by Tianqi Chen <[email protected]>
Add a new winning solution to demo/README.md

7016bee98f8e7b1ed713c6e4c7b0d0b82e5048ee authored over 8 years ago by Keiku <[email protected]>
Merge branch 'master' into master

ffe7af572cd08cf55ef9ed8847556f3b65e105fa authored over 8 years ago by Nan Zhu <[email protected]>
Merge pull request #1006 from kilojoules/patch-4

a more verbose field mismatch error message

375a8a97a674a659394261767fdf1ed5efeb5e7d authored over 8 years ago by Tianqi Chen <[email protected]>
typo fix

cc0722a4aa1b377894b68a0b90f0cd37f82cf7fa authored over 8 years ago by CodingCat <[email protected]>
a more verbose field mismatch error message

This error message can be hard to understand when there are several fields, as shown in the exam...

2cd109fb98a08fd0b3e8757a76c3d3c338d8befd authored over 8 years ago by Julian Quick <[email protected]>
Merge pull request #1003 from DrAndrey/master

change type of xgbclassifier.classes_ from list to numpy array

c449dc6874818ba8e9cf00ed383bdb9b3b3b6358 authored over 8 years ago by Tianqi Chen <[email protected]>
change type of xgbclassifier.classes_ from list to numpy array

311f7c8f47ec621243db6e68a95589afd78ba360 authored over 8 years ago by DAndrey <[email protected]>
Merge pull request #1000 from CodingCat/installation_doc

[jvm-packages] run native lib building command from maven

612ccd0bb7f1fb796530ded046f406033de5a129 authored over 8 years ago by Tianqi Chen <[email protected]>
update docs

6f273a8c21eef0594da032366ed8b80e3ebd5b4b authored over 8 years ago by CodingCat <[email protected]>
run native lib building command from maven

a31a97847125cf008c24363bd08ce807634dcdef authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #996 from CNevd/patch-1

Update README.md

6321bc20eae770140783908154c4bc8ef756e5be authored over 8 years ago by Tianqi Chen <[email protected]>
Update README.md

73d59659613c882d1809052e23d36bbbd7bd9448 authored over 8 years ago by CNevd <[email protected]>
Merge pull request #995 from ohld/year-update

update year in LICENSE, conf.py and README.md files

c2fa67757afcc3ba0e3ec2ce5b893b17c214f48a authored over 8 years ago by Tianqi Chen <[email protected]>
update year in LICENSE, conf.py and README.md files

I found that year in files is not up-to-date

5829eb3cf2a249a0403362cb7d7a19aa3edf02cc authored over 8 years ago by Okhlopkov Daniil Olegovich <[email protected]>
Merge pull request #992 from tqchen/master

[FLINK] remove nWorker from API

9a5489ee1543ff89a8a74a9fe089c41ffa81e762 authored over 8 years ago by Tianqi Chen <[email protected]>
[FLINK] remove nWorker from API

90f7220736988c7b0e9b4e97bab8bd332be1a608 authored over 8 years ago by tqchen <[email protected]>
Update README.md

084ed6224db081f285aaca2bddd08b20d3f245c0 authored over 8 years ago by Tianqi Chen <[email protected]>
Merge pull request #991 from CodingCat/master

xgboost4j intro

29ad3ab2c352d093f2291a10982221a620e29f60 authored over 8 years ago by Tianqi Chen <[email protected]>
xgboost4j intro

d1c5280f4b02f011927ba5c927920829b3a32cc0 authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #988 from CodingCat/master

[jvm-packages] getter of XGBoostModel

00caf2c95651f0b7972524083e8109a69e8aab1b authored over 8 years ago by Nan Zhu <[email protected]>
Merge branch 'master' of https://github.com/dmlc/xgboost

c3e56017cc1d0eb3a54cb01ecadcf700f5a2160f authored over 8 years ago by CodingCat <[email protected]>
getter of XGBoostModel

3a951d0ab89ea243568c39d5b8ae2fdc001b535a authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #983 from CodingCat/master

[jvm-packages] upgrade spark version to 1.6.1

362eb4bd0276f0f85d4def62438b72960989a825 authored over 8 years ago by Nan Zhu <[email protected]>
Merge branch 'master' into master

e3fa7753f5034b1babfd5a73777d2589c6f75583 authored over 8 years ago by Nan Zhu <[email protected]>
update spark version to 1.6.1

6f92f1c1172fd87d3fd1ff50ee856b1de49cef72 authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #980 from tqchen/master

[METHOD], add tree method option to prefer faster algo

e1b2ad2e5e69264639695c57fb8632727886df95 authored over 8 years ago by Tianqi Chen <[email protected]>
[METHOD], add tree method option to prefer faster algo

a2714fe0520b5db14ce51e8244144998312b81c2 authored over 8 years ago by tqchen <[email protected]>
Update README.md

4454c7b72a59d53fd4dc024190a3ecbb187218bd authored over 8 years ago by Tianqi Chen <[email protected]>
Merge pull request #979 from CodingCat/kryo

[jvm-packages] support kryo serialization

5fb09dc0abd83c48980a4c1b64d21aaae9dacf67 authored over 8 years ago by Tianqi Chen <[email protected]>
Merge pull request #978 from CodingCat/worker_num

[jvm-packages] jvm doc index

05b692590d8db2cd1913928ef93fcae3d09b12d8 authored over 8 years ago by Tianqi Chen <[email protected]>
Merge branch 'master' into worker_num

a382c1698a154c6528b5e85e7cbbdd343d00365e authored over 8 years ago by Nan Zhu <[email protected]>
Merge branch 'master' into kryo

cc1e608a3d25bcd54809c4960af2be93f1bcc9b0 authored over 8 years ago by Nan Zhu <[email protected]>
support kryo serialization

f2ef958ebb21c9cbdcec823f603ef5381c9fbc88 authored over 8 years ago by CodingCat <[email protected]>
jvm doc index

9011acf52b9699060e146b361b13ecc73274bcbe authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #975 from CodingCat/worker_num

force the user to set number of workers

3ce33563f208c2296700684c155e6958c72ff5d5 authored over 8 years ago by Nan Zhu <[email protected]>
force the user to set number of workers

16b9e92328e238b80903ccee0f84a33b03db4630 authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #971 from CodingCat/set_nthread

set nthread to spark.task.cpus by default

980898f3fbf2e061f6ba6d8ba852770edd9a8196 authored over 8 years ago by Nan Zhu <[email protected]>
set nthread to spark.task.cpus by default

5f441a29a81ef83e389d0f2d3b701c06dbf017f7 authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #969 from tqchen/master

JVM API Update

cbabaeba0ce0eaf57940183862720d4b04c0da31 authored over 8 years ago by Tianqi Chen <[email protected]>
Merge pull request #3 from CodingCat/fix_examples

adjust the API signature as well as the docs

57987100bc64416fccbaf9d6daab80dbfc043f85 authored over 8 years ago by Tianqi Chen <[email protected]>
update README for jvm-packages

a3b2e76230ce9e40d2240726994ec93e918a1fbc authored over 8 years ago by CodingCat <[email protected]>
adjust the API signature as well as the docs

400b1faecc57fad56d343cac48329ad96d5e2824 authored over 8 years ago by CodingCat <[email protected]>
Merge branch 'master' of https://github.com/tqchen/xgboost into fix_examples

97e4dcde980ba0a840d75ae26732744184647b01 authored over 8 years ago by CodingCat <[email protected]>
Update JVM Doc

2a6ac6fd3442a3adba3d70b7625008abbd80d154 authored over 8 years ago by tqchen <[email protected]>
Update JVM Doc

79f2d0cf703f40dba2e004db715a2f34e7594f1b authored over 8 years ago by tqchen <[email protected]>
Merge pull request #968 from CodingCat/master

XGBoost4J intro

2dac5067730436b11c4b6c50f1434e2bb65149ba authored over 8 years ago by Tianqi Chen <[email protected]>
Merge branch 'master' into master

61db5aa5756341fd06741fbd60fef902ca2e54d9 authored over 8 years ago by Nan Zhu <[email protected]>
XGBoost4J intro

6b9442a7f827f1d62aadcd1bf02e3d476e7d7b63 authored over 8 years ago by CodingCat <[email protected]>
fix examples

ab68a0ccc7dd16336e914c5f41c35c1dde363aaf authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #967 from CodingCat/master

[jvm-packages] change the API name

acdd23e78909fefc598e787a4daf0c35e91aaf56 authored over 8 years ago by Nan Zhu <[email protected]>
more updates for Flink

more fix

aca0096b33b80a8adc3efaeab8bd738a13d79b21 authored over 8 years ago by CodingCat <[email protected]>
change the API name since we support not only HDFS and local file system

43d7a85bc9f1e362e06b451d91ed536219c8fb9a authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #965 from shaform/fs

Support the cases when user load dataset and save model to two different file systems

8e3ce908fe69853a0d0351923ac535b17b25cb57 authored over 8 years ago by Nan Zhu <[email protected]>
support different types of filesystems

6558ef327331b2207829196faa24531118b2b495 authored over 8 years ago by Shaform <[email protected]>
Merge pull request #964 from CodingCat/master

fix create_jni.sh

00e7e4eef0382deb937deabf2876d829f4b7920a authored over 8 years ago by Nan Zhu <[email protected]>
fix create_jni sh

51b0e7010c285b8db1c65f9fd92cd1f5bdc45c89 authored over 8 years ago by CodingCat <[email protected]>
Merge pull request #962 from tqchen/master

Fix continue training in CLI

39359edbd891c797cbb63bb91c5872b6deae0c3e authored over 8 years ago by Tianqi Chen <[email protected]>
Merge pull request #961 from tqchen/master

Fix multi-class loading

04f7fe9c363d8804f71a39786c63fbac992eca80 authored over 8 years ago by Tianqi Chen <[email protected]>
Fix continue training in CLI

59d59a968d5dd3edf0b378d7f56c1d63a709e4d2 authored over 8 years ago by tqchen <[email protected]>
Fix multi-class loading

ec2fb5bc48d2cb0527929c38a1bb27c94d94d769 authored over 8 years ago by tqchen <[email protected]>