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

[MRG] Fast PDPs for histogram-based GBDT #13769

Merged
merged 28 commits into from
Jul 11, 2019

Commits on Apr 27, 2019

  1. fast partial dep cleaning

    NicolasHug committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    290669d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. minor pep8

    NicolasHug committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    cd1e4a3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. WIP

    NicolasHug committed May 2, 2019
    Configuration menu
    Copy the full SHA
    028beda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72269fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e54fe79 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. tests and fixes

    NicolasHug committed May 3, 2019
    Configuration menu
    Copy the full SHA
    444c4f6 View commit details
    Browse the repository at this point in the history
  2. docstrings

    NicolasHug committed May 3, 2019
    Configuration menu
    Copy the full SHA
    cd7d64d View commit details
    Browse the repository at this point in the history
  3. docstrings

    NicolasHug committed May 3, 2019
    Configuration menu
    Copy the full SHA
    b60120c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fast_partial_dep_hist_gbdt' of github.com:NicolasHug/sc…

    …ikit-learn into fast_partial_dep_hist_gbdt
    NicolasHug committed May 3, 2019
    Configuration menu
    Copy the full SHA
    52ee07b View commit details
    Browse the repository at this point in the history
  5. pep8

    NicolasHug committed May 3, 2019
    Configuration menu
    Copy the full SHA
    4ec6818 View commit details
    Browse the repository at this point in the history
  6. more docs

    NicolasHug committed May 3, 2019
    Configuration menu
    Copy the full SHA
    a16007b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    ed06695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc5f944 View commit details
    Browse the repository at this point in the history
  3. Fix shift in y in example

    ogrisel committed May 9, 2019
    Configuration menu
    Copy the full SHA
    03308bd View commit details
    Browse the repository at this point in the history
  4. Small example reorg

    ogrisel committed May 9, 2019
    Configuration menu
    Copy the full SHA
    341bcc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18862a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    369cd5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    879147f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0f8641 View commit details
    Browse the repository at this point in the history
  9. Revert "Better colormap for the 2D interaction plot"

    This reverts commit f0f8641.
    
    Actually viridis is already good enough on recent matplotlib versions
    and we want to continue supporting older matplotlib versions.
    ogrisel committed May 9, 2019
    Configuration menu
    Copy the full SHA
    e7a700a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Various nitpicks

    ogrisel committed May 23, 2019
    Configuration menu
    Copy the full SHA
    67b708d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Merge branch 'master' of github.com:scikit-learn/scikit-learn into fa…

    …st_partial_dep_hist_gbdt
    NicolasHug committed May 25, 2019
    Configuration menu
    Copy the full SHA
    0319e9d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fast_partial_dep_hist_gbdt' of github.com:NicolasHug/sc…

    …ikit-learn into fast_partial_dep_hist_gbdt
    NicolasHug committed May 25, 2019
    Configuration menu
    Copy the full SHA
    8a81d69 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Merge branch 'master' of github.com:scikit-learn/scikit-learn into fa…

    …st_partial_dep_hist_gbdt
    NicolasHug committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    2e7a79d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Merge branch 'master' of github.com:scikit-learn/scikit-learn into fa…

    …st_partial_dep_hist_gbdt
    NicolasHug committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    6100123 View commit details
    Browse the repository at this point in the history
  2. bigger plots?

    NicolasHug committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    fa5485a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. minor change in words

    NicolasHug committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    fcd0fc2 View commit details
    Browse the repository at this point in the history
  2. tight layout?

    NicolasHug committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    bc30c60 View commit details
    Browse the repository at this point in the history