1. 18 May, 2019 1 commit
  2. 15 May, 2019 1 commit
  3. 08 May, 2019 1 commit
  4. 10 Apr, 2019 1 commit
  5. 02 Apr, 2019 1 commit
  6. 26 Mar, 2019 1 commit
  7. 25 Mar, 2019 1 commit
    • kenmatsu4's avatar
      [python] Use first_metric_only flag for early_stopping function. (#2049) · 011cc90a
      kenmatsu4 authored
      * Use first_metric_only flag for early_stopping function.
      
      In order to apply early stopping with only first metric, applying first_metric_only flag for early_stopping function.
      
      * upcate comment
      
      * Revert "upcate comment"
      
      This reverts commit 1e75a1a415cc16cfbe795181e148ebfe91469be4.
      
      * added test
      
      * fixed docstring
      
      * cut comment and save one line
      
      * document new feature
      011cc90a
  8. 21 Feb, 2019 1 commit
  9. 18 Feb, 2019 2 commits
  10. 04 Feb, 2019 1 commit
  11. 16 Oct, 2018 1 commit
  12. 10 Oct, 2018 1 commit
  13. 08 Sep, 2018 1 commit
    • Nikita Titov's avatar
      [docs] minor docs enhancements (#1647) · 536f5dde
      Nikita Titov authored
      * added links to corresponding params in Quick-Start guide
      
      * updated description of possible input types in python
      
      * clarify list of numpy arrays input type in docs
      536f5dde
  14. 27 Aug, 2018 1 commit
  15. 03 Jun, 2018 1 commit
  16. 26 May, 2018 1 commit
    • Zach Kurtz's avatar
      [docs] Edits for grammer and clarity (#1389) · af401561
      Zach Kurtz authored
      * A nitpicky grammer edit with minor clarifications added.
      
      * fix link
      
      * strike s
      
      * try a different optimal-split link, clarify experimental details
      
      * smoothing the FAQ
      
      * edit Features.rst
      
      * several minor edits throughout docs
      
      * historgram-based
      af401561
  17. 24 May, 2018 1 commit
  18. 05 May, 2018 1 commit
  19. 01 Jan, 2018 1 commit
  20. 30 Dec, 2017 1 commit
  21. 12 Oct, 2017 1 commit
    • Nikita Titov's avatar
      [docs] documentation improvement (#976) · 4aa32967
      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
      4aa32967