1. 24 May, 2018 1 commit
  2. 22 May, 2018 2 commits
  3. 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
  4. 17 May, 2018 1 commit
  5. 11 May, 2018 1 commit
  6. 10 May, 2018 1 commit
    • 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
  7. 08 May, 2018 1 commit
    • Nikita Titov's avatar
      [ci][python] updated pep8 to pycodestyle (#1358) · 21487d8a
      Nikita Titov authored
      * updated pep8 to pycodestyle
      
      * fixed E722 do not use bare 'except'
      
      * fixed W605 invalid escape sequence '\*'
      
      * fixed W504 line break after binary operator
      
      * ignore W605 invalid escape sequence '\*' in nuget builder
      
      * made pycodestyle happy
      21487d8a
  8. 05 May, 2018 1 commit
  9. 21 Apr, 2018 1 commit
  10. 17 Apr, 2018 1 commit
  11. 28 Mar, 2018 1 commit
  12. 21 Mar, 2018 1 commit
  13. 19 Mar, 2018 1 commit
  14. 14 Mar, 2018 1 commit
  15. 28 Feb, 2018 1 commit
  16. 08 Feb, 2018 1 commit
  17. 02 Feb, 2018 1 commit
  18. 26 Jan, 2018 1 commit
  19. 25 Jan, 2018 1 commit
  20. 24 Jan, 2018 1 commit
  21. 16 Jan, 2018 1 commit
  22. 12 Jan, 2018 1 commit
  23. 31 Dec, 2017 3 commits
    • Nikita Titov's avatar
      487fbbc9
    • Guolin Ke's avatar
      07275da3
    • Nikita Titov's avatar
      [python] added option to install python-package with mpi version and... · c97abff4
      Nikita Titov authored
      [python] added option to install python-package with mpi version and possibility to pass CMake options (#1034)
      
      * fixed hierarchy of installation guide sections; made installation with proto support more verbose
      
      * added option to install with protobuf support to python package
      
      * fixed pylint
      
      * added option to install MPI version to python package
      
      * added tests for python-package installation with options --proto and --mpi
      
      * hotfix
      
      * removed unnecessary note from docs
      
      * removed unnecessary line from travis script
      
      * reverted proto
      
      * Revert "reverted proto"
      
      This reverts commit 5203448bb90a13844cf330527ca971eabb45a4a8.
      
      * reverted protobuf from python-package
      
      * added options for cmake in python-package
      
      * fixed typos
      
      * fixed options readability
      
      * reworked installation logging
      
      * fixed docs according to review comments
      
      * fixed pylint
      
      * fixed space in log path
      c97abff4
  24. 29 Dec, 2017 1 commit
  25. 25 Dec, 2017 1 commit
  26. 24 Dec, 2017 1 commit
  27. 23 Dec, 2017 1 commit
  28. 22 Dec, 2017 1 commit
  29. 16 Dec, 2017 1 commit
  30. 11 Dec, 2017 1 commit
  31. 06 Dec, 2017 1 commit
    • Cass's avatar
      [CLI][python-package][docs] Add n_estimators as num_iteration alias (#1079) · 8fd71c01
      Cass authored
      * Add n_estimators as num_iteration alias
      
      Scikit-Learn's ensemble methods use the term `n_estimators` for the number of
      iterations of training models. To make it more accessible for newcomers who are
      familiar with Scikit-Learn, it would help if the Parameters page mentioned
      `n_estimators` and what parameter that maps to within LightGBM's API.
      
      Addresses discussion brought up in #954
      
      * Add n_estimators as num_iterations alias
      
      Adds n_estimators as an alias for num_iterations in the CLI as well as Python
      libs. Additionally bumps the default for n_estimators in the Sklearn API to 100
      estimators.
      8fd71c01
  32. 29 Nov, 2017 1 commit
    • Nikita Titov's avatar
      [ci] [docs] compilation on macOS (#1088) · d51f2b4f
      Nikita Titov authored
      * updated travis
      
      * renamed OSX->macOS; updated gcc installation on macOS
      
      * updated travis macos installation
      
       Please enter the commit message for your changes. Lines starting
      
      * updated installation guide for macos
      
      * fixed spelling
      
      * renamed appveyor file
      
      * updated Travis
      d51f2b4f
  33. 26 Nov, 2017 2 commits
    • Guolin Ke's avatar
      Speed up saving and loading model (#1083) · 8a5ec366
      Guolin Ke authored
      * remove protobuf
      
      * add version number
      
      * remove pmml script
      
      * use float for split gain
      
      * fix warnings
      
      * refine the read model logic of gbdt
      
      * fix compile error
      
      * improve decode speed
      
      * fix some bugs
      
      * fix double accuracy problem
      
      * fix bug
      
      * multi-thread save model
      
      * speed up save model to string
      
      * parallel save/load model
      
      * fix some warnings.
      
      * fix warnings.
      
      * fix a bug
      
      * remove debug output
      
      * fix doc
      
      * fix max_bin warning in tests.
      
      * fix max_bin warning
      
      * fix pylint
      
      * clean code for stringToArray
      
      * clean code for TToString
      
      * remove max_bin
      
      * replace "class" with typename
      8a5ec366
    • Nikita Titov's avatar
      removed outdated code (#1084) · 8d016c12
      Nikita Titov authored
      8d016c12
  34. 24 Nov, 2017 1 commit
  35. 16 Nov, 2017 1 commit
    • Nikita Titov's avatar
      [python] [docs] fixed objective in sklearn wrapper; added missed objectives &... · e5eb8560
      Nikita Titov authored
      [python] [docs] fixed objective in sklearn wrapper; added missed objectives & metrics to docs (#1059)
      
      * added missed aliases for task parameter
      
      * fixed indents
      
      * added missed aliases and options for tree_learner parameter
      
      * added missed objectives to docs
      
      * fixed typo in Poisson parameter and its description
      
      * fixed model_format parameter description
      
      * added missed metrics to docs
      
      * fixed sklearn objective
      
      * fixed set_params
      
      * fixed docs
      
      * added missed options to objectives
      
      * added note about ignore_column (#1061)
      e5eb8560
  36. 13 Nov, 2017 1 commit
    • Nikita Titov's avatar
      [python] max_bin parameter deprecated (#1046) · bd5e5e3e
      Nikita Titov authored
      * made max_bin parameter deprecated
      
      * fixed accidental docstrings in Sphinx
      
      * concrete version when deprecated stuff will be removed
      
      * added warnings in case of duplicated params to Dataset
      
      * fixed indents in docs
      bd5e5e3e