1. 22 Nov, 2017 1 commit
  2. 19 Nov, 2017 1 commit
  3. 17 Nov, 2017 1 commit
  4. 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
  5. 15 Nov, 2017 2 commits
  6. 14 Nov, 2017 1 commit
  7. 13 Nov, 2017 2 commits
  8. 11 Nov, 2017 1 commit
  9. 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
  10. 06 Nov, 2017 1 commit
  11. 01 Nov, 2017 2 commits
  12. 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
  13. 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
  14. 27 Oct, 2017 1 commit
  15. 26 Oct, 2017 4 commits
  16. 24 Oct, 2017 1 commit
  17. 21 Oct, 2017 2 commits
  18. 20 Oct, 2017 1 commit
  19. 19 Oct, 2017 1 commit
  20. 18 Oct, 2017 3 commits
  21. 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
  22. 16 Oct, 2017 3 commits
  23. 14 Oct, 2017 1 commit
  24. 13 Oct, 2017 2 commits
  25. 12 Oct, 2017 2 commits
    • Nikita Titov's avatar
      [docs] documentation improvement (#976) · 4aa32967
      Nikita Titov authored
      * fixed typos and hotfixes
      
      * converted gcc-tips.Rmd; added ref to gcc-tips
      
      * renamed files
      
      * renamed Advanced-Topics
      
      * renamed README
      
      * renamed Parameters-Tuning
      
      * renamed FAQ
      
      * fixed refs to FAQ
      
      * fixed undecodable source characters
      
      * renamed Features
      
      * renamed Quick-Start
      
      * fixed undecodable source characters in Features
      
      * renamed Python-Intro
      
      * renamed GPU-Tutorial
      
      * renamed GPU-Windows
      
      * fixed markdown
      
      * fixed undecodable source characters in GPU-Windows
      
      * renamed Parameters
      
      * fixed markdown
      
      * removed recommonmark dependence
      
      * hotfixes
      
      * added anchors to links
      
      * fixed 404
      
      * fixed typos
      
      * added more anchors
      
      * removed sphinxcontrib-napoleon dependence
      
      * removed outdated line in Travis config
      
      * fixed max-width of the ReadTheDocs theme
      
      * added horizontal align to images
      4aa32967
    • Guolin Ke's avatar
      enable network interface into c_api (#986) · 12257feb
      Guolin Ke authored
      * add network apis.
      
      * support parallel loading dataset in c api.
      
      * fix bug
      
      * fix bug
      12257feb