1. 06 Jul, 2017 1 commit
  2. 30 Jun, 2017 1 commit
    • wxchan's avatar
      [python] setup.py custom install & sdist (#659) · 711a0a78
      wxchan authored
      * setup.py custom install & sdist
      
      * global data_files
      
      * fix install rule
      
      * fix pylint
      
      * clean codes
      
      * use distutils.command
      
      * overwrite install_lib
      
      * add copy_files; fix pylint
      
      * install openmpi only TASK=mpi
      
      * add TASK=sdist & bdist
      
      * setuptools.command instead of distutils
      
      * add METHOD=pip for gpu test
      
      * use openmpi to install gcc
      
      * set OpenCL_INCLUDE_DIR & BOOST_ROOT
      
      * update doc
      
      * export BOOST_ROOT
      
      * update doc
      
      * update doc
      
      * update doc
      711a0a78
  3. 25 Jun, 2017 1 commit
  4. 20 Jun, 2017 1 commit
    • Guolin Ke's avatar
      [python] Submit to PyPI (#635) · 80c641cd
      Guolin Ke authored
      * add make command to the python package.
      
      * Update README.rst
      
      * Update README.rst
      
      * Update README.rst
      
      * fix tests.
      
      * fix unix build
      
      * update readme
      
      * fix setup.py
      
      * update travis
      
      * Update .travis.yml
      
      * Update test.py
      
      * some fixes.
      
      * check the 64-bit python
      
      * fix build.
      
      * refine MANIFEST.in
      
      * update Manifest.in
      
      * add more build options.
      
      * Add fatal in cmake
      
      * fix a endif.
      
      * fix bugs.
      
      * fix pep8
      
      * add test for the pip package build
      
      * add test pip install in travis.
      
      * fix version with pre-compile dll
      
      * fix readme.rst
      
      * update readme
      80c641cd
  5. 08 Jan, 2017 1 commit
  6. 04 Jan, 2017 1 commit
    • wxchan's avatar
      python code style with pep8 (#161) · dd425973
      wxchan authored
      * format python code with pep8
      
      * **DO NOT MERGE** deliberately break rules to see what will happen during check
      
      * Revert "**DO NOT MERGE** deliberately break rules to see what will happen during check"
      
      This reverts commit 0db93cd7a43c7efa43a2112ada43d46c6f9115d9.
      
      * fix format in test.py
      
      * add docs for pep-8
      dd425973
  7. 23 Dec, 2016 1 commit
    • wxchan's avatar
      rewrite test with unittest (#142) · db18367e
      wxchan authored
      * add troubleshooting
      
      * use unittest
      
      * update unittest version
      
      * fix test_engine.py
      
      * fix test_sklearn.py
      
      * default eval_metric by subclass
      
      * add test grid search
      
      * remove verbose_eval
      db18367e
  8. 02 Dec, 2016 1 commit
    • wxchan's avatar
      Squash into one commit: · eba6d200
      wxchan authored
      1. merge python-package
      2. add dump model to json
      3. fix bugs
      4. clean code with pylint
      5. update python examples
      eba6d200
  9. 01 Dec, 2016 2 commits