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

[WIP] [Draft] Autologging functionality for scikit-learn integration with XGBoost and LightGBM #4885

Closed
wants to merge 16 commits into from

Commits on Oct 12, 2021

  1. init

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a09cf92 View commit details
    Browse the repository at this point in the history
  2. xgboost sklearn

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    943f96c View commit details
    Browse the repository at this point in the history
  3. xgboost sklearn

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    cb6de0a View commit details
    Browse the repository at this point in the history
  4. sign-off

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a3ff217 View commit details
    Browse the repository at this point in the history
  5. re sign-off

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    3bb5484 View commit details
    Browse the repository at this point in the history
  6. revise,xgboost only

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    cb7d288 View commit details
    Browse the repository at this point in the history
  7. pass args to sklearn _autolog

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0a84115 View commit details
    Browse the repository at this point in the history
  8. restore log imp, fix minor bugs

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    e851e36 View commit details
    Browse the repository at this point in the history
  9. update

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    7bbb1cd View commit details
    Browse the repository at this point in the history
  10. update log_model with xgboost requirements

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    903c266 View commit details
    Browse the repository at this point in the history
  11. remove extra lightgbm arg

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    2c0c62e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. update internal api names

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    cdb72ea View commit details
    Browse the repository at this point in the history
  2. fix build_doc

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    d9a6d5d View commit details
    Browse the repository at this point in the history
  3. fix doc issues

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    050f5a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. add doc for sklearn api

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e697bba View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. address review

    Signed-off-by: Junwen Yao <jwyiao@gmail.com>
    jwyyy committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    c8e8e85 View commit details
    Browse the repository at this point in the history