- 01 Nov, 2017 1 commit
-
-
Nikita Titov authored
-
- 31 Oct, 2017 1 commit
-
-
Andrey M authored
* Add a Dockerfile for the command-line interface * Check out tag 'stable' for building the CLI in Docker this tag points to the latest release/tagged version. * Update README.md for Docker as per review comments * Capitalize Python * Fix code snippet indention in the README for Docker
-
- 30 Oct, 2017 1 commit
-
-
Nikita Titov authored
* fixed docs building at Python 2.x * updated docs building guide * get back Python 3 at Travis * test commit for OSX * be more precise with python version inpylint task * turned warnings into errors * removed linkchecker validation from osx * removed warning about not included into any toctree * docs config cleanup * refined deprecation warnings mechanism * refine docs mock mechanism * be more precise with python version in check-docs task * redused the number of code lines * refined venv deployment * rollback python version in check-docs task * revert 'refine docs mock mechanism'. autodoc_mock_imports seems to be not working * added targets for big images * rollback to default python version in check-docs task * break long lines for mobile view * replaced pip with conda where it's possible
-
- 27 Oct, 2017 1 commit
-
-
Guolin Ke authored
-
- 26 Oct, 2017 4 commits
- 24 Oct, 2017 1 commit
-
-
Nikita Titov authored
* Update test_engine.py * Update test_engine.py
-
- 21 Oct, 2017 2 commits
-
-
Darío Hereñú authored
-
Laurae authored
* Fix Microsoft/LightGBM#1001
-
- 20 Oct, 2017 1 commit
-
- 19 Oct, 2017 1 commit
-
-
wxchan authored
-
- 18 Oct, 2017 3 commits
-
-
Nikita Titov authored
* added validation of python-package folder * fixed duplicate explicit targets names
-
Guolin Ke authored
-
Guolin Ke authored
commit c9e123f24fcbb159c04e6694c7f830530bb2f27e Author: Guolin Ke <i@yumumu.me> Date: Wed Oct 18 10:00:19 2017 +0800 change default max_cat_to_onehot commit 805a5c3125b9979d634922e1708877fa0fec80c6 Author: Guolin Ke <i@yumumu.me> Date: Tue Oct 17 22:57:18 2017 +0800 use one hot coding for the small cats
-
- 17 Oct, 2017 1 commit
-
-
ww authored
* add feature * add label idx move func to .cpp file * fix * move func to predictor * restore files * fix by commits * move the non-used features to the end of the feature vector * fix by commits * fix bug by commits
-
- 16 Oct, 2017 3 commits
-
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
* many fixes for categorical feature * add l2 to categorcial split. * remove useless file * update version * add cat_l2 * update appveyor verison * remove file * fix tests. * change default cat_l2 value * fix a bug in bin finder * change default cat_smooth_ratio
-
- 14 Oct, 2017 1 commit
-
-
Guolin Ke authored
-
- 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 1 commit
-
-
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
-