"tests/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "1d6d3b37da10bf6dce9e2aaf1f10355a6c492614"
  1. 28 Sep, 2018 1 commit
  2. 29 Aug, 2018 1 commit
    • Nikita Titov's avatar
      [python] add possibility to predict dataset with nrow > max_int32 (#1615) · f8ffd988
      Nikita Titov authored
      * added possibility to predict numpy array with nrow > max_int32
      
      * save memory more efficient
      
      * better variable name
      
      * added possibility to predict scipy.sparse.csr matrix with nrow > max_int32
      
      * added possibility to predict scipy.sparse.csc matrix with nrow > max_int32
      
      * reworked numpy array case
      f8ffd988
  3. 20 Jun, 2018 1 commit
  4. 11 May, 2018 1 commit
  5. 25 Dec, 2017 1 commit
  6. 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
  7. 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
  8. 05 Sep, 2017 1 commit
    • 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
  9. 26 Apr, 2017 1 commit
  10. 01 Mar, 2017 2 commits
  11. 03 Feb, 2017 1 commit
  12. 23 Jan, 2017 1 commit
  13. 16 Jan, 2017 1 commit
  14. 10 Jan, 2017 1 commit
    • wxchan's avatar
      refine compatibility (#186) · 76c44d78
      wxchan authored
      * add compat.py
      
      * unify types
      
      * range/xrange -> range_
      
      * move argc_ to compat.py; add is_numeric error type
      
      * use simplejson for json
      
      * move json to compat.py
      
      * move pandas to compat.py
      
      * move sklearn to compat.py
      
      * remove unused function
      
      * fix 'unify types'
      
      * argc_ (lambda -> def)
      76c44d78