1. 05 Sep, 2019 1 commit
  2. 03 Sep, 2019 3 commits
  3. 02 Sep, 2019 2 commits
  4. 01 Sep, 2019 1 commit
    • Nikita Titov's avatar
      [docs][R] added R-package docs generation routines (#2176) · faba6caf
      Nikita Titov authored
      * added R-package docs generation routines
      
      * change theme to be more consistent with sphinx_rtd_theme on main site in terms of color scheme
      
      * placed man folder with old Rd files back
      
      * specify full path to conda and make script more readable by one line - one pkg
      
      * removed commented lines from build_r_site script
      
      * made one line - one argument in build_reference() call
      
      * pin R package versions
      
      * fixed conflict
      faba6caf
  5. 30 Aug, 2019 2 commits
  6. 29 Aug, 2019 1 commit
  7. 28 Aug, 2019 1 commit
  8. 26 Aug, 2019 1 commit
  9. 25 Aug, 2019 1 commit
  10. 24 Aug, 2019 1 commit
    • Guolin Ke's avatar
      normalize the lambdas in lambdamart objective (#2331) · 0dfda826
      Guolin Ke authored
      * norm the lambda scores
      
      * change default to false
      
      * update doc
      
      * typo
      
      * Update Parameters.rst
      
      * Update config.h
      
      * Update test_sklearn.py
      
      * Update test_sklearn.py
      
      * Update test_sklearn.py
      
      * Update test_sklearn.py
      
      * Update test_sklearn.py
      
      * Update rank_objective.hpp
      
      * Update Parameters.rst
      
      * Update config.h
      
      * Update test_sklearn.py
      
      * Update test_sklearn.py
      
      * Update test_sklearn.py
      0dfda826
  11. 21 Aug, 2019 2 commits
  12. 20 Aug, 2019 1 commit
  13. 19 Aug, 2019 3 commits
  14. 17 Aug, 2019 2 commits
  15. 16 Aug, 2019 1 commit
    • Belinda Trotta's avatar
      Bug fix: small values of max_bin cause program to crash (#2299) · c421f898
      Belinda Trotta authored
      * Fix bug where small values of max_bin cause crash.
      
      * Revert "Fix bug where small values of max_bin cause crash."
      
      This reverts commit fe5c8e2547057c1fa5750bcddd359dd7708fab4b.
      
      * Fix bug where small values of max_bin cause crash.
      
      * Reset random seed in test, remove extra blank line.
      
      * Minor bug fix. Remove extra blank line.
      
      * Change old test to account for new binning behavior.
      c421f898
  16. 14 Aug, 2019 1 commit
  17. 13 Aug, 2019 3 commits
  18. 12 Aug, 2019 1 commit
    • Daniel Nüst's avatar
      add Dockerfile for R (#2308) · 9cf6b828
      Daniel Nüst authored
      * add Dockerfile for R
      
      * update documentation and small fixes
      
      part of code review in #2308
      
      * add missing link in Docker README
      9cf6b828
  19. 07 Aug, 2019 2 commits
  20. 06 Aug, 2019 1 commit
  21. 04 Aug, 2019 2 commits
  22. 02 Aug, 2019 1 commit
  23. 01 Aug, 2019 2 commits
  24. 31 Jul, 2019 2 commits
    • Guolin Ke's avatar
      6c210209
    • Alexander L. Hayes's avatar
      [docs] 📝 FAQ overhaul for linking to individual questions (#2293) · 04a56010
      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`
      04a56010
  25. 29 Jul, 2019 1 commit
  26. 28 Jul, 2019 1 commit