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][scikit-learn] Fixes a bug that prevented using multiple eval_metrics in LGBMClassifier #3222

Merged
merged 4 commits into from
Jul 14, 2020

Commits on Jul 14, 2020

  1. Fixes a bug that prevented using multiple eval_metrics in LGBMClassifier

    German I Ramirez-Espinoza committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    d57ecd1 View commit details
    Browse the repository at this point in the history
  2. Move bug-fix test to the test_metrics unit-test

    German I Ramirez-Espinoza committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    8df1e5b View commit details
    Browse the repository at this point in the history
  3. Fix test to avoid issues with existing tests

    German I Ramirez-Espinoza committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    7d71a83 View commit details
    Browse the repository at this point in the history
  4. Fix coding-style error

    German I Ramirez-Espinoza committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    5bcc9ec View commit details
    Browse the repository at this point in the history