Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
5a483a8d2c3e2ded8abe219beeeb4dfe4c21ddd8
Switch branch/tag
lightgbm-dcu
15 Nov, 2016
15 commits
warning fixed
· 5a483a8d
Guolin Ke
authored
Nov 11, 2016
5a483a8d
change default prediction type
· bbb528d7
Guolin Ke
authored
Nov 11, 2016
bbb528d7
fix some bugs in bin construction.
· d1e0bab5
Guolin Ke
authored
Nov 11, 2016
d1e0bab5
change GetTrainnigScore to non-const.
· 0f4ea846
Guolin Ke
authored
Nov 11, 2016
0f4ea846
add test for library with openmpi in travis
· a80ae694
Guolin Ke
authored
Nov 10, 2016
a80ae694
Update CMakeLists.txt
· e096ea27
Guolin Ke
authored
Nov 10, 2016
e096ea27
update travis, clean code
· a44bc1ca
Guolin Ke
authored
Nov 09, 2016
a44bc1ca
warning fixed
· 41c0370b
Guolin Ke
authored
Nov 09, 2016
41c0370b
fix array index cross when met unknown features indices.
· 63b122ca
Guolin Ke
authored
Nov 09, 2016
63b122ca
support predict from file. add more tests
· 4a451b89
Guolin Ke
authored
Nov 09, 2016
4a451b89
reduce memory cost at sample phase
· c6512e01
Guolin Ke
authored
Nov 09, 2016
c6512e01
clean code
· 2e5e9134
Guolin Ke
authored
Nov 09, 2016
2e5e9134
Added complexity regularization parameters (L1, L2, min_gain_to_split) (#69)
· 63d974bc
Allard van Mossel
authored
Nov 08, 2016
63d974bc
Delete model.txt
· 9ca29e66
Guolin Ke
authored
Nov 08, 2016
9ca29e66
add a small c_api test
· 652d1618
Guolin Ke
authored
Nov 08, 2016
652d1618
08 Nov, 2016
4 commits
update cmake to build library
· 55cd6096
Guolin Ke
authored
Nov 08, 2016
55cd6096
support int64_t for CSR/CSR's indptr
· 044f79aa
Guolin Ke
authored
Nov 08, 2016
044f79aa
some bugs fixed
· 31b19afc
Guolin Ke
authored
Nov 08, 2016
31b19afc
update VS project, fixed some bugs in dataset interface
· 4a6bdcbe
Guolin Ke
authored
Nov 08, 2016
4a6bdcbe
07 Nov, 2016
8 commits
simplify the logic of load model from string
· fa643b3d
Guolin Ke
authored
Nov 07, 2016
fa643b3d
clean code
· 01e10529
Guolin Ke
authored
Nov 07, 2016
01e10529
Add Interface of Booster
· e161a746
Guolin Ke
authored
Nov 07, 2016
e161a746
Merge branch 'master' into dev
· 792826e1
Guolin Ke
authored
Nov 07, 2016
792826e1
fix bug when splitting sparse bin with passed num_data=0 (#68)
· ba2217ae
Guolin Ke
authored
Nov 07, 2016
ba2217ae
clean code
· 8c235f67
Guolin Ke
authored
Nov 07, 2016
8c235f67
some refactor for predict and metric logic
· 7b8bb4f2
Guolin Ke
authored
Nov 07, 2016
7b8bb4f2
clean code
· 33344088
Guolin Ke
authored
Nov 07, 2016
33344088
06 Nov, 2016
4 commits
roll back vs version to v120
· 56f6f30f
Guolin Ke
authored
Nov 06, 2016
56f6f30f
merge master to dev
· 971b8959
Guolin Ke
authored
Nov 06, 2016
971b8959
Merge branch 'master' of
https://github.com/Microsoft/LightGBM
· ab5ab8a7
Qiwei Ye
authored
Nov 06, 2016
Conflicts: src/io/dataset.cpp
ab5ab8a7
fix log
· 7d25c253
Qiwei Ye
authored
Nov 06, 2016
7d25c253
05 Nov, 2016
6 commits
add suport for csc format
· c9d7ec24
Guolin Ke
authored
Nov 05, 2016
c9d7ec24
finish the expose interface of dataset
· 494fef34
Guolin Ke
authored
Nov 05, 2016
494fef34
add load data from mat
· d41c78f9
Guolin Ke
authored
Nov 05, 2016
d41c78f9
Merge branch 'master' into dev
· f3b1daf8
Guolin Ke
authored
Nov 05, 2016
f3b1daf8
add dataset_loader.h
· dd5f2b27
Guolin Ke
authored
Nov 05, 2016
dd5f2b27
fix sumup too small when set unbalance=true
· 0241d323
Guolin Ke
authored
Nov 05, 2016
0241d323
04 Nov, 2016
3 commits
use dataset_loader to load data
· 1c08e71e
Guolin Ke
authored
Nov 04, 2016
1c08e71e
change interface to both support float_32, float_64
· 8696709e
Guolin Ke
authored
Nov 04, 2016
8696709e
merged from master.
· 664175b3
Guolin Ke
authored
Nov 04, 2016
664175b3