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

Make QuantileDMatrix default to sklearn esitmators. #8220

Merged
merged 11 commits into from Sep 13, 2022

Commits on Sep 8, 2022

  1. Copy ellpack to ghist.

    Start working on sparse data.
    
    Fix race.
    
    Remove check.
    
    Merge functions.
    
    Cleanup.
    
    Cleanup.
    
    Start writing tests.
    
    Fix.
    
    comp column.
    
    Python test.
    
    lint.
    
    lint.
    
    Fix.
    
    Cleanup.
    
    Avoid binary search.
    
    Use quantile dmatrix by default in sklearn interface.
    
    dask as well.
    
    Fix max_bin.
    
    Fix empty dmatrix for CPU.
    
    Fix GPU version.
    
    Fix empty DMatrix.
    
    pylint.
    trivialfis committed Sep 8, 2022
    Copy the full SHA
    d6781b3 View commit details
    Browse the repository at this point in the history
  2. log.

    trivialfis committed Sep 8, 2022
    Copy the full SHA
    7654b88 View commit details
    Browse the repository at this point in the history
  3. Remove hack.

    trivialfis committed Sep 8, 2022
    Copy the full SHA
    cc90c2b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    23faf65 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7004573 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Copy the full SHA
    dd44ac9 View commit details
    Browse the repository at this point in the history
  2. Prepare for improving Windows networking compatibility. (dmlc#8234)

    * Prepare for improving Windows networking compatibility.
    
    * Include dmlc filesystem indirectly as dmlc/filesystem.h includes windows.h, which
      conflicts with winsock2.h
    * Define `NOMINMAX` conditionally.
    * Link the winsock library when mysys32 is used.
    * Add config file for read the doc.
    trivialfis committed Sep 10, 2022
    Copy the full SHA
    bc81831 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Copy ellpack to ghist.

    Start working on sparse data.
    
    Fix race.
    
    Remove check.
    
    Merge functions.
    
    Cleanup.
    
    Cleanup.
    
    Start writing tests.
    
    Fix.
    
    comp column.
    
    Python test.
    
    lint.
    
    lint.
    
    Fix.
    
    Cleanup.
    
    Avoid binary search.
    
    Use quantile dmatrix by default in sklearn interface.
    
    dask as well.
    
    Fix max_bin.
    
    Fix empty dmatrix for CPU.
    
    Fix GPU version.
    
    Fix empty DMatrix.
    
    pylint.
    trivialfis committed Sep 12, 2022
    Copy the full SHA
    571da23 View commit details
    Browse the repository at this point in the history
  2. log.

    trivialfis committed Sep 12, 2022
    Copy the full SHA
    9d6e47d View commit details
    Browse the repository at this point in the history
  3. Remove hack.

    trivialfis committed Sep 12, 2022
    Copy the full SHA
    4e388eb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    376bdd6 View commit details
    Browse the repository at this point in the history