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

Support gamma objective in LGBMRegressor #484

Merged

Commits on Aug 3, 2021

  1. support objective=gamma in lgbm regressor

    Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
    janjagusch committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    690e2a5 View commit details
    Browse the repository at this point in the history
  2. add unit test for objective functions

    Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
    janjagusch committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    8632db0 View commit details
    Browse the repository at this point in the history
  3. clean up startswith code

    Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
    janjagusch committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    f628ec1 View commit details
    Browse the repository at this point in the history
  4. add test case for objective='regression'

    Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
    janjagusch committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    41a2c86 View commit details
    Browse the repository at this point in the history
  5. retry tests

    Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
    janjagusch committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    9418ab0 View commit details
    Browse the repository at this point in the history
  6. decrease decimal precision to 4 places

    Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
    janjagusch committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    c9128f1 View commit details
    Browse the repository at this point in the history
  7. add custom assert_almost_equal that allows to define a fraction of ro…

    …ws to be almost equal
    
    Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
    janjagusch committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    aed617c View commit details
    Browse the repository at this point in the history
  8. set number of decimals to 5 again

    Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
    janjagusch committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    041beee View commit details
    Browse the repository at this point in the history
  9. set fraction of rows that need to be almost equal to 0.9999

    Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
    janjagusch committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    51988cb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

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

Commits on Aug 12, 2021

  1. skip objective test if onnxmltools version is lower than 1.3

    Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
    janjagusch committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    53712e6 View commit details
    Browse the repository at this point in the history
  2. skip tests for onnxruntime not onnxmltools

    Signed-off-by: Jan-Benedikt Jagusch <jan.jagusch@gmail.com>
    janjagusch committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    aa6c525 View commit details
    Browse the repository at this point in the history