1. 07 Oct, 2017 1 commit
    • wxchan's avatar
      [MRG] check duplicate params (#961) · d3e88ef5
      wxchan authored
      * add get params
      
      clean codes
      
      * check duplicate params
      
      * Revert "add get params"
      
      This reverts commit ec1d8dd17aa2c83dd0d5f7716c59b6a6fb94102c.
      
      * set priority by length & check duplicate
      
      * rename function
      d3e88ef5
  2. 06 Oct, 2017 2 commits
  3. 05 Oct, 2017 1 commit
  4. 04 Oct, 2017 1 commit
  5. 03 Oct, 2017 2 commits
  6. 01 Oct, 2017 1 commit
  7. 30 Sep, 2017 1 commit
  8. 29 Sep, 2017 4 commits
  9. 28 Sep, 2017 4 commits
  10. 27 Sep, 2017 2 commits
  11. 26 Sep, 2017 1 commit
  12. 22 Sep, 2017 1 commit
    • zhangjin's avatar
      Update dataset.cpp (#927) · e66a8a3c
      zhangjin authored
      While in parallel training, when one worker have 0 data, then it will not execute ConstructHistogram.
      if so, ptr_smaller_leaf_hist_data will not be 0 but the old data. that will get the wrong Histogram, and the wrong split info.
      e66a8a3c
  13. 21 Sep, 2017 1 commit
  14. 20 Sep, 2017 1 commit
  15. 19 Sep, 2017 1 commit
  16. 18 Sep, 2017 1 commit
  17. 16 Sep, 2017 2 commits
  18. 11 Sep, 2017 1 commit
  19. 10 Sep, 2017 3 commits
  20. 08 Sep, 2017 2 commits
    • Nikita Titov's avatar
      [python] [setup] improving installation (#880) · 8984111f
      Nikita Titov authored
      * disabled logs from compilers; fixed #874
      
      * fixed safe clear_fplder
      
      * added windows folder to manifest.in
      
      * added windows folder to build
      
      * added library path
      
      * added compilation with MSBuild from .sln-file
      
      * fixed unknown PlatformToolset returns exitcode 0
      
      * hotfix
      
      * updated Readme
      
      * removed return
      
      * added installation with mingw test to appveyor
      
      * let's test appveyor with both VS 2015 and VS 2017; but MinGW isn't installed on VS 2017 image
      
      * fixed built-in name 'file'
      
      * simplified appveyor
      
      * removed excess data_files
      
      * fixed unreadable paths
      
      * separated exceptions for cmake and mingw
      
      * refactored silent_call
      
      * don't create artifacts with VS 2015 and mingw
      
      * be more precise with python versioning in Travis
      
      * removed unnecessary if statement
      
      * added classifiers for PyPI and python versions badge
      
      * changed python version in travis
      
      * added support of scikit-learn 0.18.x
      
      * added more python versions to Travis
      
      * added more python versions to Appveyor
      
      * reduced number of tests in Travis
      
      * Travis trick is not needed anymore
      
      * attempt to fix according to https://github.com/Microsoft/LightGBM/pull/880#discussion_r137438856
      8984111f
    • Laurae's avatar
      95f213bd
  21. 07 Sep, 2017 1 commit
    • Nikita Titov's avatar
      [docs] [python] docstrings improving (#894) · de51990e
      Nikita Titov authored
      * fixed description of Dataset
      
      * fixed description of Booster
      
      * fixed description of train
      
      * fixed description of cv
      
      * fixed description of callbacks
      
      * fixed description of plotting
      
      * hotfixes
      de51990e
  22. 06 Sep, 2017 2 commits
  23. 05 Sep, 2017 2 commits
    • Nikita Titov's avatar
      [python] fixed sklearn test on python 2.7 (#888) · db8b6b00
      Nikita Titov authored
      * fixed sklearn test on python 2.7
      
      * commit to show that problem has been solved
      
      * come back to python 3.6
      
      * removed warnings check
      db8b6b00
    • Nikita Titov's avatar
      [python] improved sklearn interface (#870) · 015c8fff
      Nikita Titov authored
      * improved sklearn interface; added sklearns' tests
      
      * moved best_score into the if statement
      
      * improved docstrings; simplified LGBMCheckConsistentLength
      
      * fixed typo
      
      * pylint
      
      * updated example
      
      * fixed Ranker interface
      
      * added missed boosting_type
      
      * fixed more comfortable autocomplete without unused objects
      
      * removed check for None of eval_at
      
      * fixed according to review
      
      * fixed typo
      
      * added description of fit return type
      
      * dictionary->dict for short
      
      * markdown cleanup
      015c8fff
  24. 04 Sep, 2017 1 commit
  25. 03 Sep, 2017 1 commit