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] cuDF integration into XGBoost #3997

Closed
wants to merge 36 commits into from
Closed

Commits on Sep 27, 2018

  1. Added single-GPU GDF (GPU DataFrame) support.

    - DMatrix can use GDF for features
    - DMatrix can use GDF DataFrame or Series for labels
    - in GPU histogram algorithm, DMatrix data is not copied to host
      if it is already on the GPU
    canonizer committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    2771d31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b70684 View commit details
    Browse the repository at this point in the history
  3. Reverted the changes to GPU predictor.

    - these changes go into a separate pull request
    canonizer committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    ea727a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    87bcb8c View commit details
    Browse the repository at this point in the history
  2. USE_GDF cmake option.

    canonizer committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    370cda9 View commit details
    Browse the repository at this point in the history
  3. Updated GDF cmake module.

    canonizer committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    a95419e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

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

Commits on Nov 16, 2018

  1. Configuration menu
    Copy the full SHA
    32f6d32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da3098c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. More GDF->cuDF.

    canonizer committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    6891658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d882e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

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

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    ad7ff22 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into cudf

    "rebasing to master"
    mtjrider committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    00817c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    41d2142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b034242 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    669e1e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    28bacd4 View commit details
    Browse the repository at this point in the history
  2. removing commented code

    mtjrider committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    78b2ea0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bdd513 View commit details
    Browse the repository at this point in the history
  4. removing redundant file

    mtjrider committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    2cef479 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a01f54e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0a35e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3194a01 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. updating to dmlc/master

    mtjrider committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    9fe5f05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c796ca View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

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

Commits on Feb 24, 2019

  1. Configuration menu
    Copy the full SHA
    6e186ff View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into cudf

    Matthew Jones authored Feb 24, 2019
    Configuration menu
    Copy the full SHA
    d4ef9af View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

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

Commits on Feb 26, 2019

  1. Remove redundant files

    RAMitchell committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    fe521d1 View commit details
    Browse the repository at this point in the history
  2. cudf interchange format

    RAMitchell committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    f6fb047 View commit details
    Browse the repository at this point in the history
  3. Lint

    RAMitchell committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    b6dcfa6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Add google tests

    RAMitchell committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    0eee6da View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Tidy Python code

    RAMitchell committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    63c9f8b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

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