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

Scrub changes for LightGBM #2808

Merged
merged 9 commits into from
Mar 5, 2019
Merged

Commits on Mar 1, 2019

  1. Api clean up for LightGBM. The cleanup includes:

    - Changing all abbreviated parameters to full names (i.e. numThreads->NumberOfThreads)
    - Updating column parameters to have Name if thats what they represent
    (LabelColumn->LabelColumnName).
    - Updated baseline files to reflect these changes which are semantical
    and should not have any computational difference.
    
    This fixes dotnet#2618
    singlis committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    8dd53e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23812b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. - Updating from feedback

    singlis committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    ce21121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b958c37 View commit details
    Browse the repository at this point in the history
  3. - Minor updates

    singlis committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    90e3ee2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

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

Commits on Mar 5, 2019

  1. Configuration menu
    Copy the full SHA
    27172f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a355b31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a1fbb0 View commit details
    Browse the repository at this point in the history