* temp * prediction part * remove supported* * add for test * fix param name * add rabit * update rabit * return value of rabit init * eliminate compilation warnings * update rabit * shutdown * update rabit again * check sparkcontext shutdown * fix logic * sleep * fix tests * test with relaxed threshold * create new thread each time * stop for job quitting * udpate rabit * update rabit * update rabit * update git modules
22 lines
796 B
Plaintext
22 lines
796 B
Plaintext
tree 6bcdf17da190bb97d6993df5ea3b62bf752252a9
|
|
parent fc85f776f41ab25af2f85ff58713c33128148611
|
|
author Nan Zhu <CodingCat@users.noreply.github.com> 1561518354 -0700
|
|
committer GitHub <noreply@github.com> 1561518354 -0700
|
|
gpgsig -----BEGIN PGP SIGNATURE-----
|
|
|
|
wsBcBAABCAAQBQJdEuESCRBK7hj4Ov3rIwAAdHIIAHRkv86T6FyLJGsajUU0aeXx
|
|
508IZRAdyGnXSIvlzNPO5F7p80YXXq5iKRj4MbIRsm9wtC63ZoXFb+MC5JaxcG1P
|
|
wQyrNfVRPobct3ABMGnLXM4yh+AkurvEcrpAj/5uoc2HDerCGf/WRtfcZ9TZb1JS
|
|
MxGudTFrFoHPpwxTZSVK1bdOfACJIsgez2cAMWfVLp9z+ufVh7Rpm5rBoUeKc8iG
|
|
yvemJhCVRzW7Lk7mj8BsXYCRYnm+pqeL8G2nAKK9APvz7gdZAC9Mvs3c1DzmR3XV
|
|
esGWqNLCe4895MMevcCtMpMXkDJd3MYc9jAL1Z+U+xiJ3BINqCtXyEOOFsKctOM=
|
|
=zLsq
|
|
-----END PGP SIGNATURE-----
|
|
|
|
|
|
return values in Init and Finalize (#96)
|
|
|
|
* make inti function return values
|
|
|
|
* address the comments
|