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

Just to see changes #3

Open
wants to merge 112 commits into
base: 1.7.1-sovrn-upgrade
Choose a base branch
from
Open

Commits on May 5, 2021

  1. Added skeleton for thread-safe Booster.inplace_predict() method and c…

    …orresponding signatures for JNI and native code.
    jon-courtney committed May 5, 2021
    Configuration menu
    Copy the full SHA
    c282b19 View commit details
    Browse the repository at this point in the history
  2. Added XGBoosterInplacePredict declaration to c_api.h

    Fixed compile error
    jon-courtney committed May 5, 2021
    Configuration menu
    Copy the full SHA
    e01b3b8 View commit details
    Browse the repository at this point in the history
  3. Fixed compile errors

    EC2 Default User committed May 5, 2021
    Configuration menu
    Copy the full SHA
    5704765 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Created InplacePredictImplCore in C

    Cleaned up Booster.inplace_predict
    jon-courtney committed May 6, 2021
    Configuration menu
    Copy the full SHA
    cab17c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e432ccb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Corrrected compile errors.

    EC2 Default User committed May 7, 2021
    Configuration menu
    Copy the full SHA
    3f3fb8f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    463a3ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9cd622 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. inplace_predict test

    sriggin committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    9dd027f View commit details
    Browse the repository at this point in the history
  2. Adding symbol to header

    sriggin committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    cbd1e91 View commit details
    Browse the repository at this point in the history
  3. Test cleanup

    sriggin committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a1505b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

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

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    cee31e6 View commit details
    Browse the repository at this point in the history
  2. Fixed syntax errors

    EC2 Default User committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    cb0fa18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17c9da4 View commit details
    Browse the repository at this point in the history
  4. Fixed syntax errors

    EC2 Default User committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    c51d151 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f87a258 View commit details
    Browse the repository at this point in the history
  6. Fixed array length issue

    EC2 Default User committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    d2f98b9 View commit details
    Browse the repository at this point in the history
  7. Fixed typo

    EC2 Default User committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    a869c85 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Added print statement for number of model features

    EC2 Default User committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    955d128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    623f744 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d9a077 View commit details
    Browse the repository at this point in the history
  4. Fixed compilation errors

    EC2 Default User committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    3db017f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'jon-threadsafe' of https://github.com/sovrn/xgboost int…

    …o jon-threadsafe
    EC2 Default User committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4fcbe27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c199675 View commit details
    Browse the repository at this point in the history
  7. Added test set

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    fccb4ab View commit details
    Browse the repository at this point in the history
  8. Added prediction

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    30fde13 View commit details
    Browse the repository at this point in the history
  9. Fixed compilation error

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    dacea7f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aaecf17 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b37e3a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0f9c2fe View commit details
    Browse the repository at this point in the history
  13. Removed unused test

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    87c524f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    448c123 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3ad331a View commit details
    Browse the repository at this point in the history
  16. More print statements

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4a1c96c View commit details
    Browse the repository at this point in the history
  17. More print statements

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f5e26c0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d95a9e9 View commit details
    Browse the repository at this point in the history
  19. Fixing compile errors

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    614550c View commit details
    Browse the repository at this point in the history
  20. Fixing pointer error

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    53decbd View commit details
    Browse the repository at this point in the history
  21. Fixed compile error

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    0cfbc08 View commit details
    Browse the repository at this point in the history
  22. Fixed compile error

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    64127df View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2718f45 View commit details
    Browse the repository at this point in the history
  24. Changing up unit test

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    a3d22be View commit details
    Browse the repository at this point in the history
  25. Changing up unit test

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    e0bd362 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    547f281 View commit details
    Browse the repository at this point in the history
  27. Fixed style error

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4336d95 View commit details
    Browse the repository at this point in the history
  28. Fixed style error

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    751c5ea View commit details
    Browse the repository at this point in the history
  29. Beefed up the unit test

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    1fd0d09 View commit details
    Browse the repository at this point in the history
  30. Added more to unit test

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    3ebefa3 View commit details
    Browse the repository at this point in the history
  31. Fixed compile error

    jon-courtney committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    d88c46f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Added unit test

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    7fb3d3d View commit details
    Browse the repository at this point in the history
  2. Added unit test

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    95c761f View commit details
    Browse the repository at this point in the history
  3. Fixed compilation error

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    1442b45 View commit details
    Browse the repository at this point in the history
  4. Change to unit test

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    ae4b37f View commit details
    Browse the repository at this point in the history
  5. Change to unit test

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    ecdc0c5 View commit details
    Browse the repository at this point in the history
  6. Change to unit test

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    9567bd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e832ed View commit details
    Browse the repository at this point in the history
  8. Added print statement

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    5580894 View commit details
    Browse the repository at this point in the history
  9. Added print statements

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    b0af912 View commit details
    Browse the repository at this point in the history
  10. Change to unit test

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    8cf4793 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04483db View commit details
    Browse the repository at this point in the history
  12. Change to unit test

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    e2add07 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8df8747 View commit details
    Browse the repository at this point in the history
  14. Fixed compile error

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    8ed16db View commit details
    Browse the repository at this point in the history
  15. Changed unit test

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    330a9a1 View commit details
    Browse the repository at this point in the history
  16. Fixed compile error

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    e14a779 View commit details
    Browse the repository at this point in the history
  17. Fixed compile error

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    7bda10b View commit details
    Browse the repository at this point in the history
  18. Removed print statements

    jon-courtney committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    8d67145 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Added new unit test

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e44b337 View commit details
    Browse the repository at this point in the history
  2. Fixed compilation error

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    73a02e8 View commit details
    Browse the repository at this point in the history
  3. Fixed compilation error

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    b27b0f7 View commit details
    Browse the repository at this point in the history
  4. Fixed compilation error

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    638b811 View commit details
    Browse the repository at this point in the history
  5. Fixed compilation error

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    691d478 View commit details
    Browse the repository at this point in the history
  6. Fixed compilation error

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4b5aefd View commit details
    Browse the repository at this point in the history
  7. Changed print messages

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    07afd55 View commit details
    Browse the repository at this point in the history
  8. Fixed compilation error

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    fbffbee View commit details
    Browse the repository at this point in the history
  9. Added more to unit test

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    17b18a2 View commit details
    Browse the repository at this point in the history
  10. Fixed compile errors

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    9d6a7c7 View commit details
    Browse the repository at this point in the history
  11. Fixed compile error

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    8283728 View commit details
    Browse the repository at this point in the history
  12. Improved unit test

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    160fb87 View commit details
    Browse the repository at this point in the history
  13. Improved unit test

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    85ab520 View commit details
    Browse the repository at this point in the history
  14. Fixed compilation error

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    42ee1fb View commit details
    Browse the repository at this point in the history
  15. Fixed compilation error

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    97feab3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    60031ef View commit details
    Browse the repository at this point in the history
  17. Improved unit test

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    50d0704 View commit details
    Browse the repository at this point in the history
  18. Consolidated unit tests

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    24808af View commit details
    Browse the repository at this point in the history
  19. Unit test cleanup

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    868ddec View commit details
    Browse the repository at this point in the history
  20. Removed print statement

    jon-courtney committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    79c5a74 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Improved unit test

    jon-courtney committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    c5a5226 View commit details
    Browse the repository at this point in the history
  2. Fixed compilation error

    jon-courtney committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    de43e00 View commit details
    Browse the repository at this point in the history
  3. Fixed compilation error

    jon-courtney committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    ec7f970 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Fixed compilation error

    jon-courtney committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    b8e67d0 View commit details
    Browse the repository at this point in the history
  2. Fixed compilation error

    jon-courtney committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0c9e8a2 View commit details
    Browse the repository at this point in the history
  3. Fixed compilation error

    jon-courtney committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    28d8d4a View commit details
    Browse the repository at this point in the history
  4. Fixed compilation error

    jon-courtney committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    a683a52 View commit details
    Browse the repository at this point in the history
  5. Fixed compilation error

    jon-courtney committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    9d2abc7 View commit details
    Browse the repository at this point in the history
  6. Improved unit test

    jon-courtney committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0f6ab55 View commit details
    Browse the repository at this point in the history
  7. Removed print statements

    jon-courtney committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    d7b3fd5 View commit details
    Browse the repository at this point in the history
  8. Removed old unit test

    jon-courtney committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    2f005c2 View commit details
    Browse the repository at this point in the history
  9. Added comments

    jon-courtney committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    c3082d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    badf438 View commit details
    Browse the repository at this point in the history
  2. Corrected style

    jon-courtney committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    a17e36f View commit details
    Browse the repository at this point in the history
  3. Corrected style

    jon-courtney committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    893e31b View commit details
    Browse the repository at this point in the history
  4. Corrected style

    jon-courtney committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    f363df1 View commit details
    Browse the repository at this point in the history
  5. Fixed indentation

    jon-courtney committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    ce31400 View commit details
    Browse the repository at this point in the history
  6. Fixed compile error

    jon-courtney committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    0cac45c View commit details
    Browse the repository at this point in the history
  7. Passed extra params

    jon-courtney committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    7f61cd4 View commit details
    Browse the repository at this point in the history
  8. Fixed compile error

    jon-courtney committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e26d05a View commit details
    Browse the repository at this point in the history
  9. Fixed compile error

    jon-courtney committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    db39503 View commit details
    Browse the repository at this point in the history
  10. Fixed compile error

    jon-courtney committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    02b27c7 View commit details
    Browse the repository at this point in the history
  11. Fixed compile error

    jon-courtney committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    ec26125 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    509d33f View commit details
    Browse the repository at this point in the history