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

Cleaned up some code

5f0f8749d90f585ccf0deb61a7ff8ec28cefa7af authored almost 9 years ago by Johan Manders <[email protected]>
Added PyPI badge to README

8bf6525394d2c035cba1759373dc629b4224326b authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
Updated build.md for OS X

Ref: https://github.com/dmlc/xgboost/issues/596

117f26f865e359830ffa6ef306ff7446b299e458 authored almost 9 years ago by Dat Le <[email protected]>
Changed 4 tests

Changed symbol test to give error on < sign, not on = sign
Changed 3 other functions, so that f...

b0f38e93529c93e5ce25196cd00e08de295570d7 authored almost 9 years ago by Johan Manders <[email protected]>
Added back feature names

f9e1b2b7b7b78a092bc8c8aa40b727f865f0396f authored almost 9 years ago by Johan Manders <[email protected]>
Merge pull request #5 from dmlc/master

Update to latest version

96f221e0d01cb593c1d44081509f15757fbdec3f authored almost 9 years ago by Johan Manders <[email protected]>
Create CHANGES.md

e436c94419c1eb4f7fc03f2a4e5e84cdac3b4d4d authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
Merge pull request #587 from Far0n/py_train

python training continuation & maximize parameter

deb802b2be822ca4b59fc28f20925a6201a7e639 authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
added unittest for training continuation

8e1adddc2bce874b736ecde72fd540261dbe0e9f authored almost 9 years ago by Far0n <[email protected]>
bugfix type-check xgb_model param

b894f7c9d65aa59cbd0f910998923a31b40b6d7d authored almost 9 years ago by Far0n <[email protected]>
Merge pull request #591 from terrytangyuan/test

More test coverage for Python package

a71ccd8372d334ccfe264963fbc9b8998b7a7566 authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
Added more thorough test for early stopping (+1 squashed commit)

Squashed commits:
[4f78cc0] Added test for early stopping (+1 squashed commit)

7d297b418f288764bf4ca045add59478e27e8961 authored almost 9 years ago by terrytangyuan <[email protected]>
Added tests for additional params in sklearn wrapper (+1 squashed commit)

Squashed commits:
[43892b9] Added tests for additional params in sklearn wrapper

166e87883099a451cd654c4a0aae7d938a89dc19 authored almost 9 years ago by terrytangyuan <[email protected]>
Merge pull request #589 from Far0n/patch-1

Update CONTRIBUTORS.md

430be8d4bdf95690cc283f160680ea8ddad5e186 authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
Update CONTRIBUTORS.md

8676a1bf5666441f4c96ff6a328b3ae951f4ba1f authored almost 9 years ago by Far0n <[email protected]>
python train additions

+ training continuation of existing model
+ maximize parameter just like in R package (whether ...

4fe2f2fb09c86b4f3ee2d57b4132e979a6a3e029 authored almost 9 years ago by Faron <[email protected]>
Merge pull request #586 from Far0n/sklearn_wrapper

sklearn_wrapper additions fixed #420

7f559235be906aaf44c52a1dc4ae0cb36f76da79 authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
sklearn_wrapper additions

added output_margin & ntree_limit to predict and predict_proba

79813097b5a36f8f8f3b9084337b55e7dc76de22 authored almost 9 years ago by Faron <[email protected]>
Merge pull request #585 from phunterlau/master

separate setup.py from pip installation, add trouble shooting page

e49d06c6bdb781d1d6103b1ae2d2a572f8a7ff6a authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
separate setup.py with pip installation, add trouble shooting page

739b3f2c5f394ce7a7c848795eaaa1fd61c39795 authored almost 9 years ago by phunterlau <[email protected]>
Merge pull request #582 from terrytangyuan/test

Test (eta decay) and bug fix

9e1690defee8889e39d44dc3638b494bd1a07816 authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
Suppress more evaluation verbose during training

610b70b79ee3a6f4d0ad888ef917ef76f87b0cdc authored almost 9 years ago by terrytangyuan <[email protected]>
Fixed bug in eta decay (+2 squashed commits)

Squashed commits:
[b67caf2] Fix build
[365ceaa] Fixed bug in eta decay

15a0d27eed1a852ab526eafe0dc9bf1eff457e4a authored almost 9 years ago by terrytangyuan <[email protected]>
Added test for eta decay (+3 squashed commits)

Squashed commits:
[9109887] Added test for eta decay(+1 squashed commit)
Squashed commits:
[1336b...

888edba03f88f1574cd9383cc73f562aa24059db authored almost 9 years ago by terrytangyuan <[email protected]>
Fix Travis build

c817efbd8a4c18d4c84d5ff7988c5ccdc775c1d4 authored almost 9 years ago by terrytangyuan <[email protected]>
Merge branch 'master' of https://github.com/dmlc/xgboost

c11d6d5929a85c7a3ccd3b2f84ac68c26a50f57b authored almost 9 years ago by terrytangyuan <[email protected]>
Merge pull request #581 from ThunderShiviah/patch-1

Fix minor spelling and grammar

243fd46df957e03691d9e229f880bd51f392db4b authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
Fix minor spelling errors and awkward grammar.

a0c9ecd289b7b45883718535e42f3b855211fd0f authored almost 9 years ago by Thunder Shiviah <[email protected]>
Minor addition to R unit tests

e23f4ec3db905134c89dec20db75fef694baac02 authored almost 9 years ago by terrytangyuan <[email protected]>
Update CHANGES.md

9cdcc8303b91d744399b0e83c1772a21b67a8c07 authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
Merge pull request #563 from Far0n/eta_decay

learning_rates per boosting round

c16a6222f35b9e06ed6609c4b2046e2dda6ec67c authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
Merge pull request #572 from ghosthugger/master

install xgboost so it can be imported

3e648fd1e9342763aff4c8387c98df60fe256951 authored almost 9 years ago by Tianqi Chen <[email protected]>
Merge pull request #580 from terrytangyuan/test

Fixed most of the lint issues

b9a9cd9db856cb1eaef852e4c45cdf3d96686c26 authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
Fix travis build (+1 squashed commit)

Squashed commits:
[9240d5f] Fix Travis build

5b9e071c183cc3c79dff2379a38625b3894b05d4 authored almost 9 years ago by terrytangyuan <[email protected]>
Merge pull request #579 from ClimbsRocks/patch-4

minor wording update

99157ae56ac0a366c4529794ddca8f7b402fde70 authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
Fixed most of the lint issues

60244804006c6b986bb1e3460035e9543eb97a68 authored almost 9 years ago by terrytangyuan <[email protected]>
minor wording update

just clarifying some of the language describing the parameters

6d35bd2421e268a5130c6b19086deadf7f3eb9a6 authored almost 9 years ago by Preston Parry <[email protected]>
Lint fix on infix operators

8bae7159944d9fafbb5f02d933273ef3c77ca0ef authored almost 9 years ago by terrytangyuan <[email protected]>
Update CONTRIBUTORS.md

1dcedb23ec83599b855f787578e33bcb1ea5c73d authored almost 9 years ago by Yuan (Terry) Tang <[email protected]>
Lint fix on consistent assignment

d7fce99564221f942eafa241ba2b999ba4db0179 authored almost 9 years ago by terrytangyuan <[email protected]>
Merge pull request #575 from ClimbsRocks/patch-2

Clarifies explanations around Data Interface code

ce9d7045f947225dc4ae240a67322aa1cf39b6f9 authored almost 9 years ago by Michaël Benesty <[email protected]>
Merge pull request #576 from ClimbsRocks/patch-3

fixes typo in error message

1924e16f45b4211ee511d789c08152263fc47f09 authored almost 9 years ago by Michaël Benesty <[email protected]>
fixes typo in error message

b3bb54da730f0722d5bfae9abf8626ed190c9700 authored almost 9 years ago by Preston Parry <[email protected]>
Merge pull request #573 from ClimbsRocks/patch-1

Clarifies wording on Data Interface intro list

88b4c64c0de283a27936cdf23123881e2e5d9bc5 authored almost 9 years ago by Tianqi Chen <[email protected]>
Clarifies explanations around Data Interface code

89eafa1b9766da442d90b0ce8d831c8a84c4e27e authored almost 9 years ago by Preston Parry <[email protected]>
Clarifies wording on Data Interface intro list

8ddb7b0152966be1bad09c5ac834b6bf698b9787 authored almost 9 years ago by Preston Parry <[email protected]>
Update setup.py

111b04e18e0b4eebdb903f0c098f64eb69781755 authored almost 9 years ago by Gösta Forsum <[email protected]>
Merge pull request #568 from terrytangyuan/test

Added test_lint.R to test code quality

2e31e97e5496f467e4a593398eaaf9304b164126 authored almost 9 years ago by Tong He <[email protected]>
Added test_lint.R to test code quality

56da3751657b10b07913a1637f4f9ef523d87c93 authored almost 9 years ago by terrytangyuan <[email protected]>
Merge pull request #564 from Far0n/sklearn_wrapper

added missing params to sklearn python wrapper

35341479059a4d8135f84f713f885f923e142df8 authored almost 9 years ago by Tianqi Chen <[email protected]>
correcting wrong default values

738e420128cd1de74f409a2590773ad2bc408723 authored almost 9 years ago by Faron <[email protected]>
fixed too long lines

b80d5d6b33dcbbb661377f13beecc8a63b0010e8 authored almost 9 years ago by Faron <[email protected]>
added missing params

422febd18e853d4b1a8bd50154280bd0f7b9cfbf authored almost 9 years ago by Faron <[email protected]>
fixed "Exactly one space required after comma"

68c9252ff72f13715b4ab8a14dc47eb6da8183d1 authored almost 9 years ago by Faron <[email protected]>
learning_rates per boosting round

a1ba6086417d58a735e638496a1932bacbf18651 authored almost 9 years ago by Faron <[email protected]>
Merge pull request #561 from terrytangyuan/test

Added test for code quality check

224f574420883da429684243b731d46a37e21f5d authored almost 9 years ago by Tong He <[email protected]>
Merge pull request #549 from phunterlau/master

Fix data file shipping confusions on pip install for #463

06f502a1aa4632a53ad81d891e999ff8a744fdfa authored almost 9 years ago by Tianqi Chen <[email protected]>
Merge pull request #560 from sinhrks/plot_importance

Python: adjusts plot_importance ylim

d60ee841370158fd489ac3d0539ac29c2c64db46 authored almost 9 years ago by Tianqi Chen <[email protected]>
Code: Lint fixes on trailing spaces

139feaf97aaae68866132cf2b18c98b1b3e1fc0d authored almost 9 years ago by terrytangyuan <[email protected]>
Code: Some Lint fixes

537b34dc6fdd183ec68a6fd658a905fc185b6ad5 authored almost 9 years ago by terrytangyuan <[email protected]>
Added test_lint to test code quality

3abbd7b4c7d9b54cccb24d407e0d0d6999042761 authored almost 9 years ago by terrytangyuan <[email protected]>
Python: adjusts plot_importance ylim

1f19b7828794595684eb9aeb09bcfe5bac167c99 authored almost 9 years ago by sinhrks <[email protected]>
Merge pull request #557 from shimo-t/patch

fix training.py and sklearn.py for evals_result in python3

36927632c51f5e03e4cc63fc61b447813ceba536 authored almost 9 years ago by Tianqi Chen <[email protected]>
fix sklearn.py for evals_result in python3

607599f2a1f6a50eda95ac1282492a8ecdc2913d authored almost 9 years ago by Takahisa Shimoda <[email protected]>
fix training.py for evals_result in python3

b587dd27041198a178d772a39ecaba922f1278dc authored almost 9 years ago by Takahisa Shimoda <[email protected]>
Update CONTRIBUTORS.md

4b4ade83424fe037b8652d79cc53afd59f2cdf8d authored almost 9 years ago by Tianqi Chen <[email protected]>
Merge pull request #528 from terrytangyuan/test

More Unit Tests for Python Package

d4d36eed452786f83ea2c169edb2d7258431978b authored almost 9 years ago by Tianqi Chen <[email protected]>
Merge pull request #555 from sinhrks/plot_sklearn

Allow plot function to handle XGBModel

cb7f331ebcc05a6dc1f0964ff0edd3b69a07c965 authored almost 9 years ago by Tianqi Chen <[email protected]>
Merge pull request #552 from yoori/perf

GBTree::Predict performance fix: removed excess thread_temp initializ…

c4181e5f2e5ab9abad0016acb54170506017d3d5 authored almost 9 years ago by Tianqi Chen <[email protected]>
Added fixed random seed for tests (+1 squashed commit)

Squashed commits:
[76e3664] Added fixed random seed for tests

ec2cdafec546fe79a96d117a52055c564d27f25f authored almost 9 years ago by terrytangyuan <[email protected]>
Fix failed tests (+2 squashed commits)

Squashed commits:
[962e1e4] Fix failed tests
[21ca3fb] Removed one unnecessary line

755072e3783f7aa603a30aca7724fea1d8b2deed authored almost 9 years ago by terrytangyuan <[email protected]>
Added scikit-learn from Conda

652ff076685db2254fc522e852a06ad735cf0d35 authored almost 9 years ago by terrytangyuan <[email protected]>
correct print for python 3

24a92808dbcb58185d59bf6c529a361e74bacf5f authored almost 9 years ago by phunterlau <[email protected]>
Allow plot function to handle XGBModel

6f046327acc62d3e36d337f676eaa5e2011aa8c6 authored almost 9 years ago by sinhrks <[email protected]>
[DOC] Add contributor

eee304662452feda389e44546a72d1c7d994b123 authored almost 9 years ago by tqchen <[email protected]>
Merge commit 'a16289b2047a7c2ec36667f6031dbb648e4d2caa'

a4ac750eb1f1f9b4c0af089580cb6d95f6c871bf authored almost 9 years ago by tqchen <[email protected]>
Squashed 'subtree/rabit/' changes from fa99857..e81a11d

e81a11d Merge pull request #25 from daiyl0320/master
35c3b37 add retry mechanism to ConnectTrack...

a16289b2047a7c2ec36667f6031dbb648e4d2caa authored almost 9 years ago by tqchen <[email protected]>
Merge pull request #25 from daiyl0320/master

add retry mechanism to ConnectTracker and modify Listen backlog to 128 in rabit_traker.py

e81a11dd7ee3cff87a38a42901315821df018bae authored almost 9 years ago by Tianqi Chen <[email protected]>
add retry mechanism to ConnectTracker and modify Listen backlog to 128

in rabit_traker.py

35c3b371ea9d283e7b1a83ffa7dd78324188227e authored almost 9 years ago by yonglong.dyl <[email protected]>
style fix

981f06b9d157799b4658590fe10a1e3b378b7362 authored almost 9 years ago by yoori <[email protected]>
GBTree::Predict performance fix: removed excess thread_temp initialization

49c1cb6990058daa7ee23e107bfff926a9d58ca3 authored almost 9 years ago by yoori <[email protected]>
GBTree::Predict performance fix: removed excess thread_temp initialization

c0853967d5cb04bbf8e6ceebe7db32d01725cb5f authored almost 9 years ago by yoori <[email protected]>
Update param.h

enforce parallel option to 0 for now for stable result

fd8439ffbcad0d68da952620c129e3e551a2aab3 authored almost 9 years ago by Tianqi Chen <[email protected]>
Bool gets mapped to i instead of int

7c79c9ac3a580c779ed80639468fe1f71d5c3e61 authored almost 9 years ago by Johan Manders <[email protected]>
fix pylint warnings

8ad58139cdec87ec0cba5fad7b4de24d97aef645 authored almost 9 years ago by phunterlau <[email protected]>
fix data file shipping confusions, force system compiling, correct libpath for pip

7b25834667019e4d301fddc6e1002888b7951e5f authored about 9 years ago by phunterlau <[email protected]>
Merge pull request #4 from JohanManders/JohanManders-Pandas

More Pandas dtypes and more flexible variable naming

66b9a72d5a4cf4828216a7eac412e89989e8b165 authored about 9 years ago by Johan Manders <[email protected]>
More Pandas dtypes and more flexible variable naming

- Pandas DataFrame supports more dtypes than 'int64', 'float64' and 'bool', therefor added a bun...

9bbc3901ee6ea56e8ecddcf0ffdfcc1a554ee199 authored about 9 years ago by Johan Manders <[email protected]>
Merge pull request #3 from dmlc/master

Getting latest version from dmlc

f116722e68a4108666b29520acf4b0efada053ba authored about 9 years ago by Johan Manders <[email protected]>
Merge pull request #540 from JohanManders/quansie-python-training-patch-1

Update training.py and sklearn.py for evals_result

8e4dc4336849c24ae48636ae60f5faddbb789038 authored about 9 years ago by Tianqi Chen <[email protected]>
Removed th last few trailing whitespaces

00387cb6459491e442a6c809fabe934e2645699f authored about 9 years ago by Johan Manders <[email protected]>
One line was too long

0f8f8e05b2330281a5c2cb9b0d27e4f719a492d2 authored about 9 years ago by Johan Manders <[email protected]>
Removed trailing whitespaces and Change Error to XGBoostError

82c2ba4c44feef7b8cf7b4ce4a6509f43ed21bfa authored about 9 years ago by Johan Manders <[email protected]>
Added evals result demos

edf4595bc1046c8b62f9fbf5b7a89dc6a6dc17e7 authored about 9 years ago by Johan Manders <[email protected]>
Access xgboost eval metrics by using sklearn

f1e1cc28ff00ed3b54d6eb1f4a77290c8ee7f7b2 authored about 9 years ago by Johan Manders <[email protected]>
Update evals_result.py

122ec48a8948a1bf87c2aff45d805c82b56e9794 authored about 9 years ago by Johan Manders <[email protected]>
Demo for accessing eval metrics in xgboost

6e2bdcbbbc55d8f467e1014cbfc5c31faa501221 authored about 9 years ago by Johan Manders <[email protected]>
Added Johan Manders to the list, asked by Tianqi Chen

67f3c687b8199f43ed6a89413c9489514f889b00 authored about 9 years ago by Johan Manders <[email protected]>
Updated the documentation a bit

Will upload some demos for guide-python later.

9c8420a4dceb4cc7468b8ec4b67f48e61c5cdfe5 authored about 9 years ago by Johan Manders <[email protected]>
Made eval_results for sklearn output the same structure as in the new training.py

Changed the name of eval_results to evals_result, so that the naming is the same in training.py ...

e960a09ff4d6bfbd9dba8cbb0da22631938062b0 authored about 9 years ago by Johan Manders <[email protected]>