- 31 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 01 Jan, 2018 1 commit
-
-
Darío Hereñú authored
-
- 05 Dec, 2017 1 commit
-
-
Guolin Ke authored
-
- 13 Nov, 2017 1 commit
-
-
Nikita Titov authored
* fixed link in README * added chivee to maintainers' list
-
- 21 Oct, 2017 1 commit
-
-
Darío Hereñú authored
-
- 12 Oct, 2017 1 commit
-
-
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
-
- 08 Oct, 2017 1 commit
-
-
Tsukasa OMOTO authored
* Add LightGBM Slack team to README.md * update badge order
-
- 07 Oct, 2017 1 commit
-
-
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
-
- 29 Sep, 2017 1 commit
-
-
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 1 commit
-
-
Guolin Ke authored
-
- 08 Sep, 2017 1 commit
-
-
Nikita Titov authored
* disabled logs from compilers; fixed #874 * fixed safe clear_fplder * added windows folder to manifest.in * added windows folder to build * added library path * added compilation with MSBuild from .sln-file * fixed unknown PlatformToolset returns exitcode 0 * hotfix * updated Readme * removed return * added installation with mingw test to appveyor * let's test appveyor with both VS 2015 and VS 2017; but MinGW isn't installed on VS 2017 image * fixed built-in name 'file' * simplified appveyor * removed excess data_files * fixed unreadable paths * separated exceptions for cmake and mingw * refactored silent_call * don't create artifacts with VS 2015 and mingw * be more precise with python versioning in Travis * removed unnecessary if statement * added classifiers for PyPI and python versions badge * changed python version in travis * added support of scikit-learn 0.18.x * added more python versions to Travis * added more python versions to Appveyor * reduced number of tests in Travis * Travis trick is not needed anymore * attempt to fix according to https://github.com/Microsoft/LightGBM/pull/880#discussion_r137438856
-
- 02 Sep, 2017 1 commit
-
-
Nikita Titov authored
* added license badge * added link to PyPI
-
- 01 Sep, 2017 1 commit
-
-
Nikita Titov authored
* fixed capital letters and formating * fixed CMake capital letters; added VS 2013 to the list of allowed versions
-
- 24 Aug, 2017 1 commit
-
-
William Entriken authored
* Reorganize documentation references * Fix R-package link name
-
- 22 Aug, 2017 1 commit
-
-
Nikita Titov authored
* fixed links while viewing from wiki page * fixed typos * fixed repeated word and added markdown in FAQ.md * fixed link to VS
-
- 18 Aug, 2017 1 commit
-
-
Boris Kostenko authored
* Updated link to Development Guide in README.md * Updated link to DevelopmentGuide in docs/README.md
-
- 25 Jul, 2017 2 commits
- 13 Jul, 2017 2 commits
-
-
Qiwei Ye authored
-
The Gitter Badger authored
-
- 30 Jun, 2017 1 commit
-
-
Qiwei Ye authored
-
- 29 Jun, 2017 2 commits
- 20 Jun, 2017 1 commit
-
-
Guolin Ke authored
* add make command to the python package. * Update README.rst * Update README.rst * Update README.rst * fix tests. * fix unix build * update readme * fix setup.py * update travis * Update .travis.yml * Update test.py * some fixes. * check the 64-bit python * fix build. * refine MANIFEST.in * update Manifest.in * add more build options. * Add fatal in cmake * fix a endif. * fix bugs. * fix pep8 * add test for the pip package build * add test pip install in travis. * fix version with pre-compile dll * fix readme.rst * update readme
-
- 18 Jun, 2017 1 commit
-
-
Guolin Ke authored
* add appveyor * add nuget and artifacts * Update appveyor.yml * remove python27 test
-
- 09 Jun, 2017 1 commit
-
-
Tsukasa OMOTO authored
Close #595
-
- 15 May, 2017 1 commit
-
-
Laurae authored
* Add external links and some news * Add interactive parameters link * fix GPU Windows for Read The Docs * GPU Targets read the docs fix
-
- 14 May, 2017 1 commit
-
-
Laurae authored
* Update to R 3.4 and Performance Note * Add benchmark docs * Readme.md does not exist fix
-
- 05 May, 2017 1 commit
-
-
Tsukasa OMOTO authored
-
- 12 Apr, 2017 1 commit
-
-
Huan Zhang authored
* add dummy gpu solver code * initial GPU code * fix crash bug * first working version * use asynchronous copy * use a better kernel for root * parallel read histogram * sparse features now works, but no acceleration, compute on CPU * compute sparse feature on CPU simultaneously * fix big bug; add gpu selection; add kernel selection * better debugging * clean up * add feature scatter * Add sparse_threshold control * fix a bug in feature scatter * clean up debug * temporarily add OpenCL kernels for k=64,256 * fix up CMakeList and definition USE_GPU * add OpenCL kernels as string literals * Add boost.compute as a submodule * add boost dependency into CMakeList * fix opencl pragma * use pinned memory for histogram * use pinned buffer for gradients and hessians * better debugging message * add double precision support on GPU * fix boost version in CMakeList * Add a README * reconstruct GPU initialization code for ResetTrainingData * move data to GPU in parallel * fix a bug during feature copy * update gpu kernels * update gpu code * initial port to LightGBM v2 * speedup GPU data loading process * Add 4-bit bin support to GPU * re-add sparse_threshold parameter * remove kMaxNumWorkgroups and allows an unlimited number of features * add feature mask support for skipping unused features * enable kernel cache * use GPU kernels withoug feature masks when all features are used * REAdme. * REAdme. * update README * fix typos (#349) * change compile to gcc on Apple as default * clean vscode related file * refine api of constructing from sampling data. * fix bug in the last commit. * more efficient algorithm to sample k from n. * fix bug in filter bin * change to boost from average output. * fix tests. * only stop training when all classes are finshed in multi-class. * limit the max tree output. change hessian in multi-class objective. * robust tree model loading. * fix test. * convert the probabilities to raw score in boost_from_average of classification. * fix the average label for binary classification. * Add boost_from_average to docs (#354) * don't use "ConvertToRawScore" for self-defined objective function. * boost_from_average seems doesn't work well in binary classification. remove it. * For a better jump link (#355) * Update Python-API.md * for a better jump in page A space is needed between `#` and the headers content according to Github's markdown format [guideline](https://guides.github.com/features/mastering-markdown/) After adding the spaces, we can jump to the exact position in page by click the link. * fixed something mentioned by @wxchan * Update Python-API.md * add FitByExistingTree. * adapt GPU tree learner for FitByExistingTree * avoid NaN output. * update boost.compute * fix typos (#361) * fix broken links (#359) * update README * disable GPU acceleration by default * fix image url * cleanup debug macro * remove old README * do not save sparse_threshold_ in FeatureGroup * add details for new GPU settings * ignore submodule when doing pep8 check * allocate workspace for at least one thread during builing Feature4 * move sparse_threshold to class Dataset * remove duplicated code in GPUTreeLearner::Split * Remove duplicated code in FindBestThresholds and BeforeFindBestSplit * do not rebuild ordered gradients and hessians for sparse features * support feature groups in GPUTreeLearner * Initial parallel learners with GPU support * add option device, cleanup code * clean up FindBestThresholds; add some omp parallel * constant hessian optimization for GPU * Fix GPUTreeLearner crash when there is zero feature * use np.testing.assert_almost_equal() to compare lists of floats in tests * travis for GPU * add tutorial and more GPU docs
-
- 10 Apr, 2017 1 commit
-
-
Guolin Ke authored
-
- 07 Apr, 2017 1 commit
-
-
Guolin Ke authored
-
- 01 Mar, 2017 4 commits
- 12 Jan, 2017 1 commit
-
-
Preston Parry authored
-
- 08 Jan, 2017 1 commit
-
-
Guolin Ke authored
-
- 16 Dec, 2016 2 commits