Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add lightgbm.booster support #270

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on May 29, 2018

  1. add lightgbm.booster support

    mainly followed the logic of xgboost.booster support
    qh582 authored May 29, 2018
    Configuration menu
    Copy the full SHA
    d369977 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from qh582/qh582-lightgbm-booster

    add lightgbm.booster support
    qh582 authored May 29, 2018
    Configuration menu
    Copy the full SHA
    cc5b7a4 View commit details
    Browse the repository at this point in the history
  3. fix bug

    lgb2.1.0 to lgb  2.1.1
    qh582 authored May 29, 2018
    Configuration menu
    Copy the full SHA
    9c2bb8e View commit details
    Browse the repository at this point in the history
  4. bug fix

    update to lgb2.1.1
    qh582 authored May 29, 2018
    Configuration menu
    Copy the full SHA
    9c31a99 View commit details
    Browse the repository at this point in the history
  5. fix build for typing

    qh582 authored May 29, 2018
    Configuration menu
    Copy the full SHA
    a042650 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. add _check_booster_args test

    qh582 authored May 30, 2018
    Configuration menu
    Copy the full SHA
    72a50a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb19a4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bf2f6d View commit details
    Browse the repository at this point in the history
  4. correct is_regression

    qh582 authored May 30, 2018
    Configuration menu
    Copy the full SHA
    ef991cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45379f5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from qh582/qh582-test

    add explain_prediction test for regression booster
    qh582 authored May 30, 2018
    Configuration menu
    Copy the full SHA
    a35e5c8 View commit details
    Browse the repository at this point in the history
  7. add booster multiclass test

    qh582 authored May 30, 2018
    Configuration menu
    Copy the full SHA
    0bbf3e2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. fix booster binary case

    qh582 authored May 31, 2018
    Configuration menu
    Copy the full SHA
    fa1eccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f053399 View commit details
    Browse the repository at this point in the history
  3. remove redundant code

    fix bug of using multiclass booster to fit binary case
    qh582 authored May 31, 2018
    Configuration menu
    Copy the full SHA
    87438d4 View commit details
    Browse the repository at this point in the history
  4. add _lgb_n_targets test

    qh582 authored May 31, 2018
    Configuration menu
    Copy the full SHA
    3c213e9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from qh582/qh582-lightgbm-booster

    adding test done
    qh582 authored May 31, 2018
    Configuration menu
    Copy the full SHA
    866015a View commit details
    Browse the repository at this point in the history
  6. Update docs

    * Update overview.rst
    
    * Update README.rst
    
    * Update lightgbm.rst
    qh582 authored May 31, 2018
    Configuration menu
    Copy the full SHA
    802e543 View commit details
    Browse the repository at this point in the history
  7. update docs

    * Update overview.rst
    
    * Update README.rst
    
    * Update lightgbm.rst
    qh582 authored May 31, 2018
    Configuration menu
    Copy the full SHA
    5155979 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f1ee40 View commit details
    Browse the repository at this point in the history
  9. update booster is_regression

    qh582 authored May 31, 2018
    Configuration menu
    Copy the full SHA
    0a488e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    19e9bf3 View commit details
    Browse the repository at this point in the history