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

Starting the change for XGBoost integration into EVADb. #1232

Merged
merged 8 commits into from
Oct 18, 2023

Commits on Oct 18, 2023

  1. Starting the change for XGBoost integration into EVADb.

    Jineet Desai committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e4aab6d View commit details
    Browse the repository at this point in the history
  2. Fixing minor things

    Jineet Desai committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8d38c73 View commit details
    Browse the repository at this point in the history
  3. Setup dependency

    xzdandy authored and Jineet Desai committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    81264f8 View commit details
    Browse the repository at this point in the history
  4. Adding the documentation for XGBoost

    Jineet Desai committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    42f3b40 View commit details
    Browse the repository at this point in the history
  5. Adding entry in toc.yml

    Jineet Desai committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    58ffb86 View commit details
    Browse the repository at this point in the history
  6. Addressing Andy's comments on the change.

    Jineet Desai committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8e1bd05 View commit details
    Browse the repository at this point in the history
  7. Adding parameter for regression metric and time limit.

    Jineet Desai committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    37c94f8 View commit details
    Browse the repository at this point in the history
  8. Passing prediction column from handler to the model .py files.

    With this we won't have to rely on the last column always being
    the prediction column.
    Jineet Desai committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    85033c3 View commit details
    Browse the repository at this point in the history