1. 29 Nov, 2017 3 commits
  2. 27 Nov, 2017 1 commit
  3. 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
  4. 25 Nov, 2017 1 commit
  5. 24 Nov, 2017 1 commit
  6. 22 Nov, 2017 1 commit
  7. 19 Nov, 2017 1 commit
  8. 17 Nov, 2017 1 commit
  9. 16 Nov, 2017 2 commits
    • zhangjin's avatar
      add 'null' to missing value (#1064) · 9ba0cc78
      zhangjin authored
      add 'null' to missing value
      9ba0cc78
    • 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
  10. 15 Nov, 2017 2 commits
  11. 14 Nov, 2017 1 commit
  12. 13 Nov, 2017 2 commits
  13. 11 Nov, 2017 1 commit
  14. 09 Nov, 2017 2 commits
    • rgranvil's avatar
      14a6d94f
    • wxchan's avatar
      add init_score & test cpp and python result consistency (#1007) · bc0579c8
      wxchan authored
      * add init_score & test cpp and python result consistency
      
      * try fix common.h
      
      * Fix tests (#3)
      
      * update atof
      
      * fix bug
      
      * fix tests.
      
      * fix bug
      
      * fix dtypes
      
      * fix categorical feature override
      
      * fix protobuf on vs build (#1004)
      
      * [optional] support protobuf
      
      * fix windows/LightGBM.vcxproj
      
      * add doc
      
      * fix doc
      
      * fix vs support (#2)
      
      * fix vs support
      
      * fix cmake
      
      * fix #1012
      
      * [python] add network config api  (#1019)
      
      * add network
      
      * update doc
      
      * add float tolerance in bin finder.
      
      * fix a bug
      
      * update tests
      
      * add double torelance on tree model
      
      * fix tests
      
      * simplify the double comparison
      
      * fix lightsvm zero base
      
      * move double tolerance to the bin finder.
      
      * fix pylint
      
      * clean test.sh
      
      * add sklearn test
      
      * remove underline
      
      * clean codes
      
      * set random_state=None
      
      * add last line
      
      * fix doc
      
      * rename file
      
      * try fix test
      bc0579c8
  15. 06 Nov, 2017 1 commit
  16. 01 Nov, 2017 2 commits
  17. 31 Oct, 2017 1 commit
    • Andrey M's avatar
      Add a Dockerfile for the command-line interface (#1008) · 4adebd0e
      Andrey M authored
      * Add a Dockerfile for the command-line interface
      
      * Check out tag 'stable' for building the CLI in Docker
      
      this tag points to the latest release/tagged version.
      
      * Update README.md for Docker as per review comments
      
      * Capitalize Python
      
      * Fix code snippet indention in the README for Docker
      4adebd0e
  18. 30 Oct, 2017 1 commit
    • Nikita Titov's avatar
      [docs] fixed building at Python 2.x (#997) · d94ec89b
      Nikita Titov authored
      * fixed docs building at Python 2.x
      
      * updated docs building guide
      
      * get back Python 3 at Travis
      
      * test commit for OSX
      
      * be more precise with python version inpylint task
      
      * turned warnings into errors
      
      * removed linkchecker validation from osx
      
      * removed warning about not included into any toctree
      
      * docs config cleanup
      
      * refined deprecation warnings mechanism
      
      * refine docs mock mechanism
      
      * be more precise with python version in check-docs task
      
      * redused the number of code lines
      
      * refined venv deployment
      
      * rollback python version in check-docs task
      
      * revert 'refine docs mock mechanism'. autodoc_mock_imports seems to be not working
      
      * added targets for big images
      
      * rollback to default python version in check-docs task
      
      * break long lines for mobile view
      
      * replaced pip with conda where it's possible
      d94ec89b
  19. 27 Oct, 2017 1 commit
  20. 26 Oct, 2017 4 commits
  21. 24 Oct, 2017 1 commit
  22. 21 Oct, 2017 2 commits
  23. 20 Oct, 2017 1 commit
  24. 19 Oct, 2017 1 commit
  25. 18 Oct, 2017 3 commits
  26. 17 Oct, 2017 1 commit
    • ww's avatar
      Use feature name in prediction (#988) · afe63f1a
      ww authored
      * add feature
      
      * add label idx move func to .cpp file
      
      * fix
      
      * move func to predictor
      
      * restore files
      
      * fix by commits
      
      * move the non-used features to the end of the feature vector
      
      * fix by commits
      
      * fix bug by commits
      afe63f1a