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] implement least absolute deviation loss in GBDTs #13896

Merged
merged 19 commits into from
Sep 9, 2019

Commits on May 16, 2019

  1. first hack

    NicolasHug committed May 16, 2019
    Configuration menu
    Copy the full SHA
    eb35824 View commit details
    Browse the repository at this point in the history
  2. revert changes to grower

    NicolasHug committed May 16, 2019
    Configuration menu
    Copy the full SHA
    68832fc View commit details
    Browse the repository at this point in the history
  3. some more

    NicolasHug committed May 16, 2019
    Configuration menu
    Copy the full SHA
    6bada43 View commit details
    Browse the repository at this point in the history
  4. some comments

    NicolasHug committed May 16, 2019
    Configuration menu
    Copy the full SHA
    f9ec2b2 View commit details
    Browse the repository at this point in the history
  5. update loss test

    NicolasHug committed May 16, 2019
    Configuration menu
    Copy the full SHA
    8dbbf7c View commit details
    Browse the repository at this point in the history
  6. nit

    NicolasHug committed May 16, 2019
    Configuration menu
    Copy the full SHA
    6e90e2a View commit details
    Browse the repository at this point in the history
  7. Added test for coverage

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

Commits on Jun 19, 2019

  1. Update sklearn/ensemble/_hist_gradient_boosting/tests/test_loss.py

    Co-Authored-By: Guillaume Lemaitre <g.lemaitre58@gmail.com>
    NicolasHug and glemaitre committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    0e69acd View commit details
    Browse the repository at this point in the history
  2. addressed comments

    NicolasHug committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    77a86c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3a71e View commit details
    Browse the repository at this point in the history
  4. Added what's new entry

    NicolasHug committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    78f9734 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'absolute_loss_hist_gbdt' of github.com:NicolasHug/sciki…

    …t-learn into absolute_loss_hist_gbdt
    NicolasHug committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    d32ff16 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

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

Commits on Aug 2, 2019

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

Commits on Aug 21, 2019

  1. Configuration menu
    Copy the full SHA
    74bf2b6 View commit details
    Browse the repository at this point in the history
  2. Added doc section

    NicolasHug committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    f113dfc View commit details
    Browse the repository at this point in the history
  3. oops

    NicolasHug committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    5504aa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

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