- 16 Apr, 2021 1 commit
-
-
Nikita Titov authored
This reverts commit e98da99d.
-
- 05 Apr, 2021 1 commit
-
-
Nikita Titov authored
-
- 28 Mar, 2021 1 commit
-
-
Nikita Titov authored
-
- 27 Mar, 2021 1 commit
-
-
Nikita Titov authored
This reverts commit f2632a6e.
-
- 19 Feb, 2021 1 commit
-
-
James Lamb authored
* [docs] Change some 'parallel learning' references to 'distributed learning' * found a few more * one more reference
-
- 01 Feb, 2021 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 31 Jan, 2021 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* document CUDA version support * address review comments * collapse CUDA section in the guide * remove Clang support from CUDA docs as we have never tested it
-
- 21 Jan, 2021 1 commit
-
-
Nikita Titov authored
-
- 08 Jul, 2020 1 commit
-
-
Lewington-pitsos authored
* Improve some phrasing * implement requested changes
-
- 27 Jun, 2020 1 commit
-
-
Nikita Titov authored
-
- 03 Mar, 2020 1 commit
-
-
Nikita Titov authored
-
- 01 Mar, 2020 1 commit
-
-
Guolin Ke authored
* add debug mode in camke * add debug dll * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * fix naming * Apply suggestions from code review * Apply suggestions from code review * Update LightGBM.sln * refine * run MPI job in debug mode * document USE_DEBUG and USE_TIMETAG Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 12 Jan, 2020 1 commit
-
-
Nikita Titov authored
* removed OpenMP ugly fix for Mojave as it's fixed in latest CMake * test: switch compilers * switch compilers back
-
- 13 Dec, 2019 1 commit
-
-
Nikita Titov authored
-
- 10 Nov, 2019 1 commit
-
-
Nikita Titov authored
-
- 27 Oct, 2019 1 commit
-
-
Nikita Titov authored
-
- 28 Sep, 2019 1 commit
-
-
Nikita Titov authored
* added installation guide with Homebrew * hotfix * update wording to separate install and build cases
-
- 17 Aug, 2019 1 commit
-
-
Nikita Titov authored
* allow usage and compilation of 32-bit library * added docs
-
- 06 Aug, 2019 1 commit
-
-
Nikita Titov authored
* Update Installation-Guide.rst * Update Installation-Guide.rst
-
- 31 Jul, 2019 1 commit
-
-
Alexander L. Hayes authored
*
📝 FAQ overhaul for Issue #2268 Reformat "Contents" to use the `.. contents::` directive Reword "Critical" into "Critical Issues" Reformat "Critical" section to define "critical issues" Reformat FAQ sections to follow a new format Reformat FAQ sections so individual questions have links All sections now follow a new format (below). A "frequently asked question" may also include a possible cause and a solution (if the two are not obvious from the context): ```rst Section Title ============= .. contents:: :local: :backlinks: none 1. Question 1 ------------- **Possible Cause**: This is likely due to... **Solution**: Fix with... ``` *✏ ️ Correcting typos and links Add period to `2. Error messages: ....` Fix links to FAQ in Installation-Guide.rst *✏ ️ Removing FAQ link and correcting `python-package` README Drop general FAQ link in `Installation-Guide.rst` Add FAQ question links to `python-package/README.rst`
-
- 08 May, 2019 1 commit
-
-
Guolin Ke authored
* fix travis badge * updated GitHub Microsoft URL
-
- 30 Apr, 2019 1 commit
-
-
Nikita Titov authored
* updated installation guide * updated Python installation guide * added note about opencl path to Windows section * added space before path in message * minor correction for option description in Python installation guide
-
- 29 Apr, 2019 1 commit
-
-
Nikita Titov authored
* set platform via A option * style hotfix * updated R installation script * updated Python installation script * updated CI test script * provide VS version-ingependent link for redistributables download * added link to VS 2019 redistributables * added VS 2019 match for Boost binaries
-
- 11 Apr, 2019 1 commit
-
-
Nikita Titov authored
* updated HDFS guide * updated guide * no info about Clang * pass paths in quotes * Update README.rst
-
- 26 Mar, 2019 1 commit
-
-
James Lamb authored
* Small aesthetic improvements to RTD docs * fixed markdown table in Development-Guide * removed unnecessary blank line in conf.py
-
- 20 Feb, 2019 1 commit
-
-
Ilya Matiach authored
* added LightGBM SWIG wrappers for macOS and updated docs * updated installation instructions based on comments * updated based on comments
-
- 03 Feb, 2019 1 commit
-
-
Matt authored
[docs] Fixed OpenCL Debian package name typo
-
- 26 Jan, 2019 1 commit
-
-
Tsukasa OMOTO authored
* Fix build on macOS Mojave Fixed #1898 - https://iscinumpy.gitlab.io/post/omp-on-high-sierra/ - https://cliutils.gitlab.io/modern-cmake/chapters/packages/OpenMP.html - https://github.com/Homebrew/homebrew-core/pull/20589 * update setup.py * update docs * fix setup.py * update docs * update docs * update setup.py * update docs
-
- 18 Jan, 2019 1 commit
-
-
Nikita Titov authored
-
- 08 Dec, 2018 1 commit
-
-
Nikita Titov authored
* added download artifacts badge * hotfix * store badge images locally * explicitly set the order
-
- 05 Nov, 2018 1 commit
-
-
Nikita Titov authored
-
- 30 Oct, 2018 1 commit
-
-
Nikita Titov authored
-
- 05 Sep, 2018 1 commit
-
-
Nikita Titov authored
* Update README.md * Update README.rst * Update Installation-Guide.rst * Update Installation-Guide.rst
-
- 29 Aug, 2018 1 commit
-
-
Nikita Titov authored
* added SWIG compile guide for Windows and tip about JAVA_HOME * fix grammar
-
- 23 Aug, 2018 1 commit
-
-
Nikita Titov authored
* added possibility to collapse long sections in docs * added contents in the installation guide
-
- 13 Aug, 2018 1 commit
-
-
Nikita Titov authored
* added clang test * hotfix * downgrade required AppleCLang version * fixed CMakeLists * prevent case when CMake is downgraded by libomp * fixed Clang test * moved MSVC version check to the better place * compile with Clang at Travis on Linux * clear .travis.yml * fixed indents * added support of MPI test at Travis with macOS * added FAQ entry about OpenMP library error * updated installation guide * moved APPLE_OUTPUT_DYLIB to other options * fix check-docs test: ignore old url from error message * added example of symlink command in FAQ * fixed markdown * capitalized heading * updated Python installation guide * changed mode in message command * added notes about MinGW efficiency problems * updated R-package installation guide * use quotes for gcc version * removed excess 'Note' phrase
-
- 14 Jul, 2018 1 commit
-
-
Nikita Titov authored
-
- 13 Jul, 2018 1 commit
-
-
Qiwei Ye authored
-