Tianqi Chen
|
1ab0c3c248
|
Merge pull request #768 from moutai/patch-1
[docs] Fix typo in release notes
|
2016-01-21 09:55:42 -08:00 |
|
Tianqi Chen
|
52c8d09ba8
|
Update build.md
|
2016-01-20 11:40:29 -08:00 |
|
Tianqi Chen
|
e5b1bd39a0
|
Merge pull request #761 from aayush26/patch-1
line 100: path changed updated
|
2016-01-20 10:01:42 -08:00 |
|
Tianqi Chen
|
6f5b68095b
|
Merge pull request #763 from bzEq/issue751
fix signature of __deepcopy__ method
|
2016-01-20 10:01:32 -08:00 |
|
Tianqi Chen
|
ef4dcce737
|
Merge pull request #759 from dmlc/brick
Merge Brick into master
|
2016-01-19 09:24:58 -08:00 |
|
Tianqi Chen
|
fb0ced2639
|
Merge pull request #755 from tqchen/brick
Brick
|
2016-01-16 11:52:59 -08:00 |
|
Tianqi Chen
|
0dc68b1aef
|
Update CHANGES.md
|
2016-01-14 15:58:02 -08:00 |
|
Tianqi Chen
|
da98e84b19
|
Merge pull request #714 from maarten-keijzer/doc_fix
Updated the documentation for 'gradient' and 'Hessian' (subscript error)
|
2015-12-30 11:55:14 +08:00 |
|
Tianqi Chen
|
4f43f1d0ac
|
Merge pull request #711 from yoavz/tree_boosting_doc_fix
minor latex typo fix in "Introduction to Boosted Tree's" documentation
|
2015-12-29 08:15:32 +08:00 |
|
Tianqi Chen
|
9f62553f23
|
Merge pull request #705 from elviswind/master
fix windows compile problem
|
2015-12-23 20:54:32 +08:00 |
|
Tianqi Chen
|
77434964ab
|
Merge pull request #694 from khotilov/warnings_fixes
small fixes for make and gcc warnings
|
2015-12-19 06:50:40 +08:00 |
|
Tianqi Chen
|
0b17caaa27
|
Merge pull request #688 from khotilov/cpp_spell_doc_fixes
Spelling, wording, and doc fixes in c++ code
|
2015-12-12 23:22:14 -05:00 |
|
Tianqi Chen
|
77fab79d83
|
Merge pull request #630 from sammthomson/docfix
grammar/style fixes for "Introduction to Boosted Trees" docs
|
2015-11-17 13:33:24 -08: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 |
|
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 |
|
Tianqi Chen
|
3534147905
|
Merge pull request #564 from Far0n/sklearn_wrapper
added missing params to sklearn python wrapper
|
2015-10-25 12:42:08 -07:00 |
|
Tianqi Chen
|
06f502a1aa
|
Merge pull request #549 from phunterlau/master
Fix data file shipping confusions on pip install for #463
|
2015-10-24 22:08:59 -07:00 |
|
Tianqi Chen
|
d60ee84137
|
Merge pull request #560 from sinhrks/plot_importance
Python: adjusts plot_importance ylim
|
2015-10-24 22:08:40 -07:00 |
|
Tianqi Chen
|
36927632c5
|
Merge pull request #557 from shimo-t/patch
fix training.py and sklearn.py for evals_result in python3
|
2015-10-23 09:55:50 -07:00 |
|
Tianqi Chen
|
4b4ade8342
|
Update CONTRIBUTORS.md
|
2015-10-22 08:40:36 -07:00 |
|
Tianqi Chen
|
d4d36eed45
|
Merge pull request #528 from terrytangyuan/test
More Unit Tests for Python Package
|
2015-10-22 08:39:32 -07:00 |
|
Tianqi Chen
|
cb7f331ebc
|
Merge pull request #555 from sinhrks/plot_sklearn
Allow plot function to handle XGBModel
|
2015-10-22 08:39:25 -07:00 |
|
Tianqi Chen
|
c4181e5f2e
|
Merge pull request #552 from yoori/perf
GBTree::Predict performance fix: removed excess thread_temp initializ…
|
2015-10-22 08:39:05 -07:00 |
|
Tianqi Chen
|
fd8439ffbc
|
Update param.h
enforce parallel option to 0 for now for stable result
|
2015-10-19 08:59:06 -07:00 |
|
Tianqi Chen
|
8e4dc43368
|
Merge pull request #540 from JohanManders/quansie-python-training-patch-1
Update training.py and sklearn.py for evals_result
|
2015-10-16 20:42:29 -07:00 |
|
Tianqi Chen
|
3109069019
|
Merge pull request #525 from sinhrks/df_columns
Python supports pd.DataFrame with non-str columns
|
2015-10-04 10:01:09 -07:00 |
|
Tianqi Chen
|
2859c190cd
|
Merge pull request #522 from sinhrks/pandas
python DMatrix now accepts pandas DataFrame
|
2015-10-02 10:19:14 -07:00 |
|
Tianqi Chen
|
9c39f69559
|
Merge pull request #524 from sinhrks/cv_pandas
Python CV returns pd.DataFrame or np.ndarray
|
2015-10-02 10:18:13 -07:00 |
|
Tianqi Chen
|
db490d1c75
|
Merge pull request #503 from sinhrks/feature_types
Python: Add feature_types to DMatrix
|
2015-09-29 14:14:48 -07:00 |
|
Tianqi Chen
|
b0591c8042
|
Merge pull request #514 from nerdcha/master
Fix makefile typo
|
2015-09-21 15:05:20 -07:00 |
|
Tianqi Chen
|
05b242d542
|
Merge pull request #511 from nerdcha/master
Use homebrew gcc if available
|
2015-09-20 17:18:38 -07:00 |
|
Tianqi Chen
|
f28459497d
|
fix pylint in setup
|
2015-09-18 20:22:54 -07:00 |
|
Tianqi Chen
|
e558d45208
|
Update .travis.yml
|
2015-09-18 18:45:18 -07:00 |
|
Tianqi Chen
|
788741bbcb
|
Merge pull request #507 from nerdcha/master
Restore Python3 compatibility
|
2015-09-18 18:32:29 -07:00 |
|
Tianqi Chen
|
5ff0fcc693
|
Merge pull request #504 from irachex/contributor
Add contributor
|
2015-09-17 19:38:22 -07:00 |
|
Tianqi Chen
|
a92d21ce24
|
Merge pull request #502 from irachex/fix_setup
Fix python setup: avoid import numpy in setup.py
|
2015-09-17 09:35:46 -07:00 |
|
Tianqi Chen
|
808c0a6dff
|
Merge pull request #497 from sinhrks/numpy_check
Bug: Fix numpy array check logic
|
2015-09-17 09:19:58 -07:00 |
|
Tianqi Chen
|
cf2ec238a4
|
Merge pull request #496 from sinhrks/str_cln
Cleanup str roundtrip using ctypes
|
2015-09-16 16:01:42 -07:00 |
|
Tianqi Chen
|
bad4a27b9f
|
Merge pull request #495 from aeeilllmrx/master
minor spelling and grammar changes
|
2015-09-16 08:40:51 -07:00 |
|
Tianqi Chen
|
f5eb345c8a
|
Merge pull request #498 from sinhrks/check_binary
BUG: incorrect model_file results in segfault
|
2015-09-16 08:40:11 -07:00 |
|
Tianqi Chen
|
ae43fd7c7a
|
Merge pull request #488 from sinhrks/pyfeaturenames
Support feature names in Python package
|
2015-09-15 09:56:55 -07:00 |
|
Tianqi Chen
|
bda3282f6d
|
Merge pull request #492 from Far0n/patch-1
bugfix evals_result regex
|
2015-09-14 08:46:58 -07:00 |
|
Tianqi Chen
|
b1c94c7d86
|
Merge pull request #490 from phunterlau/master
add static link to gcc + openmp for MAC
|
2015-09-13 18:06:28 -07:00 |
|
Tianqi Chen
|
0c0e26effa
|
Update README.md
|
2015-09-08 19:45:39 -07:00 |
|
Tianqi Chen
|
2a8c1c677e
|
Merge pull request #476 from terrytangyuan/patch-1
DOC: Typo in README.md in tests folder
|
2015-09-08 19:38:43 -07:00 |
|
Tianqi Chen
|
4380641714
|
Merge pull request #478 from terrytangyuan/tests
TST: Added some unit tests for Python
|
2015-09-08 19:38:30 -07:00 |
|
Tianqi Chen
|
f025488294
|
Merge pull request #473 from evilmucedin/master
make XGBClassifier.score compatible with arrays
|
2015-09-06 21:18:12 -07:00 |
|
Tianqi Chen
|
b3a3228a02
|
Merge pull request #469 from Far0n/patch-1
alpha & lambda for gbtree
|
2015-09-06 12:37:56 -07:00 |
|
Tianqi Chen
|
baa3145817
|
Merge pull request #461 from okaoka/fix-parameter-typo
Fix a typo in parameter.md
|
2015-08-29 10:02:40 -07:00 |
|
Tianqi Chen
|
c4fa2f6110
|
Update model.md
|
2015-08-23 22:46:50 -07:00 |
|
Tianqi Chen
|
b8330fc58a
|
Merge pull request #456 from phunterlau/master
add platform if statement in setup.py for pip for pull #450 issue
|
2015-08-23 22:04:19 -07:00 |
|
Tianqi Chen
|
32009942fd
|
Merge pull request #455 from sinhrks/py3
Python Visualization Fix for python 3
|
2015-08-23 14:29:33 -07:00 |
|
Tianqi Chen
|
8e06726f6b
|
Merge pull request #454 from VGuette/master
Missing parentheses in call to 'print' Thanks for the contribution!
|
2015-08-23 09:16:16 -07:00 |
|
Tianqi Chen
|
19eef1d0da
|
Merge pull request #450 from phunterlau/master
add necessary configrations for pip installation
|
2015-08-20 18:45:30 -07:00 |
|
Tianqi Chen
|
4af680c3b6
|
Merge pull request #439 from sinhrks/pyviz
Add visualization to python package! great job
|
2015-08-15 09:48:49 -07:00 |
|
Tianqi Chen
|
a13a3d1552
|
Merge pull request #443 from jdwittenauer/master
Cleaned up guide-python directory.
|
2015-08-13 18:07:42 -07:00 |
|
Tianqi Chen
|
a7202ee804
|
Merge pull request #438 from terrytangyuan/patch-1
fixed typos in basic_walkthrough demo
|
2015-08-10 22:45:24 -07:00 |
|
Tianqi Chen
|
18e1ddec3c
|
Merge pull request #435 from terrytangyuan/typos
fixed some typos in demos comments
|
2015-08-09 19:51:32 -07:00 |
|
Tianqi Chen
|
752cf4c95d
|
Update xgboost_R.cpp
|
2015-08-04 22:56:16 -07:00 |
|
Tianqi Chen
|
b30aa96a88
|
Update xgboost_R.cpp
|
2015-08-04 20:14:58 -07:00 |
|
Tianqi Chen
|
f42e4932fa
|
Merge pull request #430 from EricChenDM/master
fix SetCombine and SetPrune bug
|
2015-08-04 19:36:42 -07:00 |
|
Tianqi Chen
|
889887c2f1
|
Update README.md
|
2015-08-03 19:37:33 -07:00 |
|
Tianqi Chen
|
7fe8b95833
|
Update README.md
|
2015-08-03 19:36:29 -07:00 |
|
Tianqi Chen
|
bd1eaa25f2
|
Merge pull request #424 from ajkl/patch-14
Adding dmlc stamp
|
2015-08-03 19:25:30 -07:00 |
|
Tianqi Chen
|
2a01c5c865
|
Update CONTRIBUTORS.md
|
2015-07-30 22:26:10 -07:00 |
|
Tianqi Chen
|
362fe4e4fa
|
Update .travis.yml
|
2015-07-30 22:11:27 -07:00 |
|
Tianqi Chen
|
ebdcd94bf5
|
Merge pull request #418 from dmlc/travis
Travis OSX support and unfinished appveyor
|
2015-07-29 22:36:24 -07:00 |
|
Tianqi Chen
|
c261b3d1f5
|
Merge pull request #416 from ajkl/patch-13
add setuptools info
|
2015-07-29 17:38:58 -07:00 |
|
Tianqi Chen
|
d485d1849f
|
Merge pull request #409 from ajkl/patch-11
fixing broken basic_walkthrough links
|
2015-07-26 21:23:12 -07:00 |
|
Tianqi Chen
|
195f90159d
|
Merge pull request #408 from ajkl/patch-10
restructuring the README with an index
|
2015-07-26 21:14:48 -07:00 |
|
Tianqi Chen
|
eee0d5b065
|
Merge pull request #327 from jseabold/sklearn-eval-set
ENH: Allow early stopping through scikit-learn API
|
2015-07-26 11:58:45 -07:00 |
|
Tianqi Chen
|
b1dec917c7
|
Update page_fmatrix-inl.hpp
|
2015-07-25 21:29:46 -07:00 |
|
Tianqi Chen
|
141f9ebf4b
|
Update CHANGES.md
|
2015-07-24 08:51:05 -07:00 |
|
Tianqi Chen
|
80b6ec4478
|
update more contributor names
|
2015-07-21 21:31:39 -07:00 |
|
Tianqi Chen
|
9203d26a2f
|
Update CONTRIBUTORS.md
|
2015-07-21 08:13:07 -07:00 |
|
Tianqi Chen
|
4cf116ceb6
|
Update CONTRIBUTORS.md
|
2015-07-20 22:58:10 -07:00 |
|
Tianqi Chen
|
41f30c288e
|
Update CONTRIBUTORS.md
|
2015-07-20 22:56:29 -07:00 |
|
Tianqi Chen
|
71cd9b9000
|
Merge pull request #393 from jpata/wrapper-dict-fix
fix wrapper dict issue #392 thanks! merged
|
2015-07-14 08:53:37 -07:00 |
|
Tianqi Chen
|
b7f355fdd2
|
Update travis_after_failure.sh
|
2015-07-12 11:00:52 -07:00 |
|
Tianqi Chen
|
4a746be43a
|
Update build.md
|
2015-07-12 10:36:16 -07:00 |
|
Tianqi Chen
|
44f839b896
|
Update README.md
|
2015-07-12 10:31:55 -07:00 |
|
Tianqi Chen
|
35638f6146
|
Update README.md
|
2015-07-12 10:27:58 -07:00 |
|
Tianqi Chen
|
e402d20876
|
Update README.md
|
2015-07-10 20:41:20 -07:00 |
|
Tianqi Chen
|
dabb36c006
|
Update README.md
|
2015-07-10 20:41:00 -07:00 |
|
Tianqi Chen
|
167544d792
|
Merge pull request #382 from ajkl/patch-6
refs and formatting changes
|
2015-07-07 19:32:52 -07:00 |
|
Tianqi Chen
|
1fee7da16f
|
Merge pull request #384 from ajkl/patch-7
need to load vcd if it was freshly installed
|
2015-07-07 19:32:28 -07:00 |
|
Tianqi Chen
|
048d6929f4
|
Merge pull request #375 from yanqingmen/java_wrapper
good job! merged
|
2015-07-07 19:31:54 -07:00 |
|
Tianqi Chen
|
28f8267563
|
Update README.md
|
2015-07-06 22:45:27 -07:00 |
|
Tianqi Chen
|
9ec4c43dd2
|
Update README.md
|
2015-07-06 22:44:59 -07:00 |
|
Tianqi Chen
|
fd26f45208
|
Merge pull request #377 from ajkl/patch-3
Adding some details on nthread parameter
|
2015-07-06 19:58:44 -07:00 |
|
Tianqi Chen
|
13aff0d8cd
|
Merge pull request #378 from ajkl/patch-4
Adding workaround for install the R-package
|
2015-07-06 19:55:25 -07:00 |
|
Tianqi Chen
|
af76bbb3f3
|
Merge pull request #379 from ajkl/patch-5
Adding examples on xgb.importance, xgb.plot.importance and xgb.plot tree
|
2015-07-06 19:55:06 -07:00 |
|
Tianqi Chen
|
4d436a3cb0
|
Update README.md
|
2015-07-03 21:59:40 -07:00 |
|
Tianqi Chen
|
53a18635ee
|
Merge pull request #371 from ajkl/patch-2
fixing some typos
|
2015-07-03 21:42:54 -07:00 |
|
Tianqi Chen
|
fbaa3821a4
|
Merge pull request #351 from yanqingmen/java_wrapper
Java wrapper for xgboost
|
2015-06-11 09:02:32 -07:00 |
|
Tianqi Chen
|
00a8076deb
|
Merge pull request #350 from jeremyatia/patch-1
Update understandingXGBoostModel.Rmd
|
2015-06-08 16:36:40 -07:00 |
|
Tianqi Chen
|
1d57cfb7bd
|
Update xgboost.py
|
2015-05-22 13:27:08 -07:00 |
|
Tianqi Chen
|
bc7241b2a4
|
Update README.md
|
2015-05-21 13:44:21 -07:00 |
|
Tianqi Chen
|
7d132aefa9
|
Update LICENSE
|
2015-05-21 13:01:15 -07:00 |
|
Tianqi Chen
|
a31aaa410c
|
Update parameter.md
|
2015-05-20 17:27:15 -07:00 |
|