1. 23 Jul, 2018 1 commit
  2. 15 Jul, 2018 1 commit
  3. 14 Jul, 2018 1 commit
  4. 13 Jul, 2018 1 commit
  5. 12 Jul, 2018 3 commits
  6. 10 Jul, 2018 1 commit
    • Nikita Titov's avatar
      [docs] Added permalink to each param (#1498) · fac4afe0
      Nikita Titov authored
      * added permalink to each parameter
      
      * run parameter_generator.py
      
      * concretized links
      
      * hotfix
      
      * run parameter_generator.py
      
      * added space between param name and permalink
      
      * added info about initscore_filename in Continued Training section and edited links
      
      * replaced aliases for weight and group with original names
      
      * disable emoji
      fac4afe0
  7. 09 Jul, 2018 1 commit
  8. 03 Jul, 2018 1 commit
  9. 20 Jun, 2018 1 commit
  10. 14 Jun, 2018 1 commit
  11. 12 Jun, 2018 1 commit
  12. 10 Jun, 2018 1 commit
  13. 09 Jun, 2018 2 commits
  14. 08 Jun, 2018 1 commit
  15. 06 Jun, 2018 1 commit
    • Nikita Titov's avatar
      [docs] generate parameters description from config file. Final stage (#1421) · 0a9d4cc2
      Nikita Titov authored
      * removed excess whitespaces
      
      * don't use built-in name for variable
      
      * simplified line parsing
      
      * chanched link to related
      
      * run parameter_generator.py
      
      * removed old targets
      
      * use tuples instead of list where possible
      
      * hotfix for descriptions were erased and only last one was kept
      
      * run parameter_generator.py
      
      * separated checks from aliases section
      0a9d4cc2
  16. 04 Jun, 2018 1 commit
  17. 03 Jun, 2018 1 commit
  18. 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
  19. 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
  20. 25 May, 2018 1 commit
    • Fujii Hironori's avatar
      [docs] Fix num_leaves example (#1401) · 1a1262cc
      Fujii Hironori authored
      The document says `num_leaves` should be smaller than `2^(max_depth)`.
      But, its example says `70` or `80` may get better in case of `max_depth=6`.
      2^6 is 64. 70 and 80 are greater than 64. The example doesn't make sense.
      
      Changed `max_depth` from 6 to 7.
      1a1262cc
  21. 24 May, 2018 1 commit
  22. 22 May, 2018 2 commits
  23. 21 May, 2018 1 commit
    • 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
  24. 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
  25. 19 May, 2018 1 commit
  26. 10 May, 2018 2 commits
    • Nikita Titov's avatar
      [python][docs] reworked predict method in sklearn wrapper and docs improvements (#1351) · 41152eab
      Nikita Titov authored
      * fixed docs
      
      * reworker predict method of sklearn wrapper
      
      * fixed encapsulation
      
      * added test
      
      * fixed consistency between docstring and params docs
      
      * fixed verbose
      
      * replaced predict_proba with predict in test
      
      * fixed verbose again
      
      * fixed fraction params descriptions
      
      * added description of skip_drop and drop_rate constraints
      
      * fixed subsample_freq consistency with C++ default value
      
      * fixed nice look of params list
      
      * made force splits json file example clickable
      
      * fixed nice look of metrics list and added comma
      
      * reduced warning in test about same param specified twice
      
      * replaced pred_parameter with **kwargs in predict method
      
      * added test for **kwargs in predict method
      
      * fixed warnings
      
      * fixed pylint
      41152eab
    • Nikita Titov's avatar
      temporarily stop testing gpu (#1365) · 64066805
      Nikita Titov authored
      64066805
  27. 05 May, 2018 1 commit
  28. 24 Apr, 2018 1 commit
  29. 21 Apr, 2018 1 commit
  30. 18 Apr, 2018 2 commits
  31. 17 Apr, 2018 2 commits
  32. 05 Apr, 2018 1 commit
  33. 25 Mar, 2018 1 commit