- 13 Oct, 2017 2 commits
-
-
Albert HK Cheng authored
-
Guolin Ke authored
* refine categorical split * a bug fix * fix a bug
-
- 12 Oct, 2017 2 commits
-
-
Nikita Titov authored
* fixed typos and hotfixes * converted gcc-tips.Rmd; added ref to gcc-tips * renamed files * renamed Advanced-Topics * renamed README * renamed Parameters-Tuning * renamed FAQ * fixed refs to FAQ * fixed undecodable source characters * renamed Features * renamed Quick-Start * fixed undecodable source characters in Features * renamed Python-Intro * renamed GPU-Tutorial * renamed GPU-Windows * fixed markdown * fixed undecodable source characters in GPU-Windows * renamed Parameters * fixed markdown * removed recommonmark dependence * hotfixes * added anchors to links * fixed 404 * fixed typos * added more anchors * removed sphinxcontrib-napoleon dependence * removed outdated line in Travis config * fixed max-width of the ReadTheDocs theme * added horizontal align to images
-
Guolin Ke authored
* add network apis. * support parallel loading dataset in c api. * fix bug * fix bug
-
- 11 Oct, 2017 2 commits
-
-
Guolin Ke authored
* thread local for the network interface. * fix bug.
-
Tony-Y authored
* Bounds checking of used_row_indices (#959) * add Common::check_int32_elements_interval_closed function. * insert a bounds checking code in LGBM_DatasetGetSubset function of C API. * Delete a needless function * delete the function check_int32_elements_interval_closed * Fix typos
-
- 09 Oct, 2017 1 commit
-
-
wxchan authored
-
- 08 Oct, 2017 3 commits
-
-
Tsukasa OMOTO authored
* Add LightGBM Slack team to README.md * update badge order
-
Tony-Y authored
* Bounds checking of used_row_indices (#959) * add Common::check_int32_elements_interval_closed function. * insert a bounds checking code in LGBM_DatasetGetSubset function of C API. * Delete a needless function * delete the function check_int32_elements_interval_closed
-
Tony-Y authored
* Fix coding style (#969) Function names must be in the "Pascal Case" style. * check_elements_interval_closed to CheckElementsIntervalClosed * obtain_min_max_sum to ObtainMinMaxSum * Change functions in common.h into template functions (#969) * CheckElementsIntervalClosed * ObtainMinMaxSum These two functions were changed into template functions. * Remove an unpreferable overload * remove an overload of the function ObtainMinMaxSum * Use stringstream to format T type
-
- 07 Oct, 2017 4 commits
-
-
Nikita Titov authored
* fixed Python-API references * moved Features section to ReadTheDocs * fixed index of ReadTheDocs * moved Experiments section to ReadTheDocs * fixed capital letter * fixed citing * moved Parallel Learning section to ReadTheDocs * fixed markdown * fixed Python-API * fixed link to Quick-Start * fixed gpu docker README * moved Installation Guide from wiki to ReadTheDocs * removed references to wiki * fixed capital letters in headings * hotfixes * fixed non-Unicode symbols and reference to Python API * fixed citing references * fixed links in .md files * fixed links in .rst files * store images locally in the repo * fixed missed word * fixed indent in Experiments.rst * fixed 'Duplicate implicit target name' message which is successfully resolved by adding anchors * less verbose * prevented maito: ref creation * fixed indents * fixed 404 * fixed 403 * fixed 301 * fixed fake anchors * fixed file extentions * fixed Sphinx warnings * added StrikerRUS profile link to FAQ * added henry0312 profile link to FAQ
-
Laurae authored
-
Tony-Y authored
Function names must be in the "Pascal Case" style. * check_elements_interval_closed to CheckElementsIntervalClosed * obtain_min_max_sum to ObtainMinMaxSum
-
wxchan authored
* add get params clean codes * check duplicate params * Revert "add get params" This reverts commit ec1d8dd17aa2c83dd0d5f7716c59b6a6fb94102c. * set priority by length & check duplicate * rename function
-
- 06 Oct, 2017 2 commits
- 05 Oct, 2017 1 commit
-
-
Nikita Titov authored
-
- 04 Oct, 2017 1 commit
-
-
Guolin Ke authored
* Update dataset.cpp * Update dataset.cpp
-
- 03 Oct, 2017 2 commits
-
-
Nikita Titov authored
* added doc test * fixed 404 * prevented maito: ref creation * added rst structure test * fixed unknown directives * added code for the future check for html syntax * replaced problem link
-
Nikita Titov authored
-
- 01 Oct, 2017 1 commit
-
-
Laurae authored
-
- 30 Sep, 2017 1 commit
-
-
Bernie Gray authored
fix typos in callback.R and lgb.cv.R, closing #946 and #947
-
- 29 Sep, 2017 4 commits
-
-
olofer authored
* Remove signed/unsigned integer compare warning with g++
-
Bernie Gray authored
* minor changes for robustness and efficiency * fix charcter typo * don't use lgb.is.* in filter * revert to cat instead of message; don't use mget * fix bugs in previous commits * should be good to go now
-
Nick Ireland authored
* gpu enabled docker file with python bindings * update readme to reference master
-
Nikita Titov authored
* added python version badge * fixed typos * fixed links * readthedocs doesn't support links with anchor out of box * fixed table rendering at ReadTheDocs #776#issuecomment-319851551 * fixed table rendering at ReadTheDocs * added link to Key-Events page * fixed links * hotfix * fixed markdown
-
- 28 Sep, 2017 4 commits
-
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
ChenZhiyong authored
* refine categorical split * add test
-
- 27 Sep, 2017 2 commits
-
-
Nikita Titov authored
-
Pierre PACI authored
* better log for "Check max_depth and num_leaves" The default log said "[LightGBM] [Warning] Accuarcy may be bad since you didn't set num_leaves." but the case max_depth²>num_leaves could also trigger this log. Correction of a typo too : Accuarcy > Accuracy * Update config.cpp
-
- 26 Sep, 2017 1 commit
-
-
wxchan authored
-
- 22 Sep, 2017 1 commit
-
-
zhangjin authored
While in parallel training, when one worker have 0 data, then it will not execute ConstructHistogram. if so, ptr_smaller_leaf_hist_data will not be 0 but the old data. that will get the wrong Histogram, and the wrong split info.
-
- 21 Sep, 2017 1 commit
-
-
wxchan authored
* add python examples to test [test should fail] * fix example && move some to advanced_example * fix last line * refine test python version
-
- 20 Sep, 2017 1 commit
-
-
Huan Zhang authored
-
- 19 Sep, 2017 1 commit
-
-
Nikita Titov authored
* added test for sklearn handle categorical features * use raw X, y in sklearn wrapper in case of pandas.DataFrame * fixed probs
-
- 18 Sep, 2017 1 commit
-
-
Guolin Ke authored
-
- 16 Sep, 2017 2 commits
-
-
Pierre PACI authored
The example page state that "simple_example.py" should feature an example of json dump, but that was missing.
-
Scott Lundberg authored
* Fix feature attributions for regression models and add Python bindings * Address pylint issue * Lazy fix missing tree depth info
-