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 a Python API to load model input examples #5212

Merged
merged 5 commits into from Jan 4, 2022
Merged

Add a Python API to load model input examples #5212

merged 5 commits into from Jan 4, 2022

Commits on Jan 2, 2022

  1. Add method to load model input example

    Signed-off-by: Matthieu Maitre <mmaitre@microsoft.com>
    maitre-matt committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    e0f0c44 View commit details
    Browse the repository at this point in the history
  2. Try fixing doc and lint failures

    Signed-off-by: Matthieu Maitre <mmaitre@microsoft.com>
    maitre-matt committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    f17c180 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Remove param 'evals_result' 'early_stopping_rounds' in lightgbm versi…

    …on > 3.3.1 (#5206)
    
    The parameter evals_result is removed in the master of lightgbm: microsoft/LightGBM#4882.
    The parameter early_stopping_rounds is removed in the master of lightgbm: microsoft/LightGBM#4908.
    
    We should also remove this param in our test.
    
    This PR also fixed the sagemaker test failure.
    
    Signed-off-by: Liang Zhang <liang.zhang@databricks.com>
    liangz1 authored and maitre-matt committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    3f5913d View commit details
    Browse the repository at this point in the history
  2. Address PR feedback

    Signed-off-by: Matthieu Maitre <mmaitre@microsoft.com>
    maitre-matt committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    549254c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff0f885 View commit details
    Browse the repository at this point in the history