1. 14 Jun, 2018 2 commits
  2. 13 Jun, 2018 1 commit
  3. 12 Jun, 2018 2 commits
  4. 11 Jun, 2018 2 commits
  5. 10 Jun, 2018 2 commits
  6. 09 Jun, 2018 7 commits
  7. 08 Jun, 2018 1 commit
  8. 06 Jun, 2018 2 commits
  9. 04 Jun, 2018 3 commits
  10. 03 Jun, 2018 2 commits
  11. 02 Jun, 2018 1 commit
    • Nikita Titov's avatar
      [docs] generate parameters description from config file. Stage 1 (#1409) · 713f5e6c
      Nikita Titov authored
      * generate parameters description from config file
      
      * made pylint happy
      
      * added checks description
      
      * fixed links handling in desc and descl2 fields
      
      * refine Core Parameters section
      
      * removed excess quotes from default values
      
      * fixed parameter type retrieve
      
      * added note about auto-generated parameters
      713f5e6c
  12. 31 May, 2018 2 commits
  13. 30 May, 2018 1 commit
  14. 29 May, 2018 1 commit
  15. 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
  16. 25 May, 2018 2 commits
  17. 24 May, 2018 1 commit
  18. 23 May, 2018 1 commit
  19. 22 May, 2018 3 commits
  20. 21 May, 2018 2 commits
    • Nikita Titov's avatar
      [docs] documented crash in case categorical values is bigger max int32 (#1376) · a0c69417
      Nikita Titov authored
      * added checks for categorical features > max_int32
      
      * added tests
      
      * fixed pylint
      
      * removed warnings about overridden categorical features
      
      * Revert "removed warnings about overridden categorical features"
      
      This reverts commit 289a426c700ce8934a526cc456a1b1cd5c621db9.
      
      * a little bit more efficient checks
      
      * added notes about max values in categorical features
      
      * Revert "a little bit more efficient checks"
      
      This reverts commit bed88830243da21a2db454873c0e308126e05732.
      
      * Revert "fixed pylint"
      
      This reverts commit a229e1563b0abc1b13de6358577abf90bd529015.
      
      * Revert "added tests"
      
      This reverts commit 299e001b7550111555b80730d673d4f225cf5f74.
      
      * Revert "added checks for categorical features > max_int32"
      
      This reverts commit 2cc7afacde7c6366644f6988ccedc344752b68c7.
      a0c69417
    • Guolin Ke's avatar
      Update R_object_helper.h (#1386) · 3f54429c
      Guolin Ke authored
      3f54429c
  21. 20 May, 2018 1 commit
    • Guolin Ke's avatar
      Refine config object (#1381) · dc699574
      Guolin Ke authored
      * [WIP] refine config
      
      * [wip] ready for the auto code generate
      
      * auto generate config codes
      
      * use with to open file
      
      * fix bug
      
      * fix pylint
      
      * fix bug
      
      * fix pylint
      
      * fix bugs.
      
      * tmp for failed test.
      
      * fix tests.
      
      * added nthreads alias
      
      * added new aliases from new config.h
      
      * fixed duplicated alias
      
      * refactored parameter_generator.py
      
      * added new aliases from config.h and removed remaining old names
      
      * fix bugs & some miss alias
      
      * added aliases
      
      * add more descriptions.
      
      * add comment.
      dc699574