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

[python] Bug fix for first_metric_only on earlystopping. #2209

Merged

Commits on Jun 1, 2019

  1. Configuration menu
    Copy the full SHA
    0c9c77c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    130fe38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab1a59 View commit details
    Browse the repository at this point in the history
  4. Additional test items.

    matsuken92 committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    ba8a5aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25850fa View commit details
    Browse the repository at this point in the history
  6. Change dataset of test.

    matsuken92 committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    fddf8da View commit details
    Browse the repository at this point in the history
  7. Fix random seed for test.

    matsuken92 committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    6b71ebc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    979f4df View commit details
    Browse the repository at this point in the history
  9. Remove f-string

    matsuken92 committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    5e68ae9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f196e2 View commit details
    Browse the repository at this point in the history
  11. Fix flake8 error.

    matsuken92 committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    c0d61fa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e91956 View commit details
    Browse the repository at this point in the history
  13. Modifying for pylint.

    matsuken92 committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    6f30b81 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. simplified tests

    StrikerRUS committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    3770cc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

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

Commits on Jun 7, 2019

  1. Simplifying if condition.

    matsuken92 committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    9387197 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Configuration menu
    Copy the full SHA
    5aeb2bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ba017 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c40408c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'bugfix/first_metric_only_train_metric' of https://githu…

    …b.com/matsuken92/LightGBM into bugfix/first_metric_only_train_metric
    matsuken92 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    6a70b0c View commit details
    Browse the repository at this point in the history
  5. Fix flake8 error.

    matsuken92 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    fe7d586 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

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

Commits on Jun 17, 2019

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

Commits on Jun 18, 2019

  1. some refactor

    StrikerRUS committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    0338bc7 View commit details
    Browse the repository at this point in the history
  2. fixed lint

    StrikerRUS committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    75d7c57 View commit details
    Browse the repository at this point in the history
  3. fixed lint

    StrikerRUS committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    4645126 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    60233bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3f1e83 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

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

Commits on Jul 3, 2019

  1. Add comment.

    matsuken92 committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    4e62ef7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b154b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dc7e85 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Configuration menu
    Copy the full SHA
    1dc5397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc97b3 View commit details
    Browse the repository at this point in the history
  3. minor style fixes

    StrikerRUS committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    f7f0dfe View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

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

Commits on Jul 10, 2019

  1. Fix the case metric=[]

    matsuken92 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    5470265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e292b39 View commit details
    Browse the repository at this point in the history
  3. Fix wrong test condition.

    matsuken92 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ffa95b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3403f7b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Configuration menu
    Copy the full SHA
    43ea2df View commit details
    Browse the repository at this point in the history
  2. Modify test setting for test_sklearn & training data matching on call…

    …back.py
    
    * test_sklearn.py
    -> A test case for training is wrong, so fixed.
    
    * callback.py
    -> A condition of if statement for detecting test dataset is wrong, so fixed.
    matsuken92 committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    b509afa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4e4b33 View commit details
    Browse the repository at this point in the history
  4. Remove metric check process & reduce redundant test cases.

    For microsoft#2273 fixed not only the order of metrics in cpp, removing metric check process at callback.py
    matsuken92 committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    2f1578c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

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

Commits on Aug 30, 2019

  1. increased code readability

    StrikerRUS committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    f270258 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Configuration menu
    Copy the full SHA
    df03f4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37770b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a73a67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6209c4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea0312a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c881171 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    386fe1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fe0469 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13737ac View commit details
    Browse the repository at this point in the history
  10. removed excess code

    StrikerRUS committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    5128b34 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ca4fd0c View commit details
    Browse the repository at this point in the history
  12. use setdefault

    StrikerRUS committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    cb9e327 View commit details
    Browse the repository at this point in the history
  13. hotfix

    StrikerRUS committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    97004e0 View commit details
    Browse the repository at this point in the history
  14. fixed failing test

    StrikerRUS committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    19319c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. refined tests

    StrikerRUS committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    58a800c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. refined sklearn test

    StrikerRUS committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f5a2b74 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    b7a03e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b7a23 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. fixed conflicts

    StrikerRUS committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    5c99e7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a5fc2 View commit details
    Browse the repository at this point in the history
  3. removed unused code

    StrikerRUS committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    d20b338 View commit details
    Browse the repository at this point in the history
  4. added tests for feval

    StrikerRUS committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    c3fbf6b View commit details
    Browse the repository at this point in the history
  5. fixed printing

    StrikerRUS committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    cbaadbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2d6449 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

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