Yuan (Terry) Tang
a3a4439dec
Merge pull request #602 from Far0n/cv
...
early stopping for CV (python) issue #529
2015-11-07 09:42:54 -05:00
Faron
95cc900b1f
early stopping for CV (python)
2015-11-07 09:52:36 +01:00
Yuan (Terry) Tang
190e58a8c6
Added test for maximize parameter
2015-11-04 22:25:10 -06:00
Johan Manders
5f0f8749d9
Cleaned up some code
2015-11-04 18:05:47 +01:00
Yuan (Terry) Tang
8bf6525394
Added PyPI badge to README
2015-11-04 09:19:40 -06:00
Dat Le
117f26f865
Updated build.md for OS X
...
Ref: https://github.com/dmlc/xgboost/issues/596
2015-11-04 13:54:56 +08:00
Johan Manders
b0f38e9352
Changed 4 tests
...
Changed symbol test to give error on < sign, not on = sign
Changed 3 other functions, so that float is used instead of q
2015-11-03 21:32:47 +01:00
Johan Manders
f9e1b2b7b7
Added back feature names
2015-11-03 21:26:11 +01:00
Johan Manders
96f221e0d0
Merge pull request #5 from dmlc/master
...
Update to latest version
2015-11-03 20:37:20 +01:00
Yuan (Terry) Tang
e436c94419
Create CHANGES.md
2015-11-03 08:32:52 -06:00
Yuan (Terry) Tang
deb802b2be
Merge pull request #587 from Far0n/py_train
...
python training continuation & maximize parameter
2015-11-03 08:16:12 -06:00
Far0n
8e1adddc2b
added unittest for training continuation
2015-11-03 14:44:17 +01:00
Far0n
b894f7c9d6
bugfix type-check xgb_model param
2015-11-03 14:43:08 +01:00
Yuan (Terry) Tang
a71ccd8372
Merge pull request #591 from terrytangyuan/test
...
More test coverage for Python package
2015-11-02 21:00:52 -06:00
terrytangyuan
7d297b418f
Added more thorough test for early stopping (+1 squashed commit)
...
Squashed commits:
[4f78cc0] Added test for early stopping (+1 squashed commit)
2015-11-02 20:37:27 -06:00
terrytangyuan
166e878830
Added tests for additional params in sklearn wrapper (+1 squashed commit)
...
Squashed commits:
[43892b9] Added tests for additional params in sklearn wrapper
2015-11-02 19:54:36 -06:00
Yuan (Terry) Tang
430be8d4bd
Merge pull request #589 from Far0n/patch-1
...
Update CONTRIBUTORS.md
2015-11-02 14:52:25 -06:00
Far0n
8676a1bf56
Update CONTRIBUTORS.md
2015-11-02 21:27:05 +01:00
Faron
4fe2f2fb09
python train additions
...
+ training continuation of existing model
+ maximize parameter just like in R package (whether to maximize feval)
2015-11-02 21:21:05 +01:00
Yuan (Terry) Tang
7f559235be
Merge pull request #586 from Far0n/sklearn_wrapper
...
sklearn_wrapper additions fixed #420
2015-11-02 12:07:12 -06:00
Faron
79813097b5
sklearn_wrapper additions
...
added output_margin & ntree_limit to predict and predict_proba
2015-11-02 17:41:30 +01:00
Yuan (Terry) Tang
e49d06c6bd
Merge pull request #585 from phunterlau/master
...
separate setup.py from pip installation, add trouble shooting page
2015-11-02 09:45:20 -06:00
phunterlau
739b3f2c5f
separate setup.py with pip installation, add trouble shooting page
2015-11-01 22:11:11 -08:00
Yuan (Terry) Tang
9e1690defe
Merge pull request #582 from terrytangyuan/test
...
Test (eta decay) and bug fix
2015-10-31 13:07:33 -04:00
terrytangyuan
610b70b79e
Suppress more evaluation verbose during training
2015-10-31 13:05:52 -04:00
terrytangyuan
15a0d27eed
Fixed bug in eta decay (+2 squashed commits)
...
Squashed commits:
[b67caf2] Fix build
[365ceaa] Fixed bug in eta decay
2015-10-31 12:54:27 -04:00
terrytangyuan
888edba03f
Added test for eta decay (+3 squashed commits)
...
Squashed commits:
[9109887] Added test for eta decay(+1 squashed commit)
Squashed commits:
[1336bd4] Added tests for eta decay (+2 squashed commit)
Squashed commits:
[91aac2d] Added tests for eta decay (+1 squashed commit)
Squashed commits:
[3ff48e7] Added test for eta decay
[6bb1eed] Rewrote Rd files
[bf0dec4] Added learning_rates for diff eta in each boosting round
2015-10-31 12:36:29 -04:00
terrytangyuan
c817efbd8a
Fix Travis build
2015-10-30 23:41:24 -04:00
terrytangyuan
c11d6d5929
Merge branch 'master' of https://github.com/dmlc/xgboost
2015-10-30 23:01:44 -04:00
Yuan (Terry) Tang
243fd46df9
Merge pull request #581 from ThunderShiviah/patch-1
...
Fix minor spelling and grammar
2015-10-30 21:55:29 -04:00
Thunder Shiviah
a0c9ecd289
Fix minor spelling errors and awkward grammar.
2015-10-30 18:43:31 -07:00
terrytangyuan
e23f4ec3db
Minor addition to R unit tests
2015-10-30 19:48:00 -05:00
Yuan (Terry) Tang
9cdcc8303b
Update CHANGES.md
2015-10-30 10:54:29 -05:00
Yuan (Terry) Tang
c16a6222f3
Merge pull request #563 from Far0n/eta_decay
...
learning_rates per boosting round
2015-10-30 10:21:33 -05:00
Tianqi Chen
3e648fd1e9
Merge pull request #572 from ghosthugger/master
...
install xgboost so it can be imported
2015-10-29 10:59:28 -07:00
Yuan (Terry) Tang
b9a9cd9db8
Merge pull request #580 from terrytangyuan/test
...
Fixed most of the lint issues
2015-10-29 00:54:16 -04:00
terrytangyuan
5b9e071c18
Fix travis build (+1 squashed commit)
...
Squashed commits:
[9240d5f] Fix Travis build
2015-10-29 00:28:53 -04:00
Yuan (Terry) Tang
99157ae56a
Merge pull request #579 from ClimbsRocks/patch-4
...
minor wording update
2015-10-28 23:25:17 -04:00
terrytangyuan
6024480400
Fixed most of the lint issues
2015-10-28 23:24:17 -04:00
Preston Parry
6d35bd2421
minor wording update
...
just clarifying some of the language describing the parameters
2015-10-28 20:10:21 -07:00
terrytangyuan
8bae715994
Lint fix on infix operators
2015-10-28 23:04:45 -04:00
Yuan (Terry) Tang
1dcedb23ec
Update CONTRIBUTORS.md
2015-10-28 22:57:41 -04:00
terrytangyuan
d7fce99564
Lint fix on consistent assignment
2015-10-28 22:22:51 -04:00
Michaël Benesty
ce9d7045f9
Merge pull request #575 from ClimbsRocks/patch-2
...
Clarifies explanations around Data Interface code
2015-10-28 10:02:27 +01:00
Michaël Benesty
1924e16f45
Merge pull request #576 from ClimbsRocks/patch-3
...
fixes typo in error message
2015-10-28 10:00:54 +01:00
Preston Parry
b3bb54da73
fixes typo in error message
2015-10-27 23:34:50 -07:00
Tianqi Chen
88b4c64c0d
Merge pull request #573 from ClimbsRocks/patch-1
...
Clarifies wording on Data Interface intro list
2015-10-27 23:01:10 -07:00
Preston Parry
89eafa1b97
Clarifies explanations around Data Interface code
2015-10-27 22:41:29 -07:00
Preston Parry
8ddb7b0152
Clarifies wording on Data Interface intro list
2015-10-27 22:35:35 -07:00
Gösta Forsum
111b04e18e
Update setup.py
2015-10-27 13:47:58 +01:00