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

Add Bayesian Additive Regression Trees (BARTs) #4183

Merged
merged 26 commits into from
Nov 14, 2020

Commits on Oct 9, 2020

  1. update from master

    aloctavodia committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    273187b View commit details
    Browse the repository at this point in the history
  2. black

    aloctavodia committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    9d4f73f View commit details
    Browse the repository at this point in the history
  3. minor fix

    aloctavodia committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    beaf184 View commit details
    Browse the repository at this point in the history
  4. clean code

    aloctavodia committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    f11a57f View commit details
    Browse the repository at this point in the history
  5. blackify

    aloctavodia committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    43fed87 View commit details
    Browse the repository at this point in the history
  6. fix error residuals

    aloctavodia committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    f847f66 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    6700a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac96b1a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. clean code add docstring

    aloctavodia committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7d54bfa View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. reduce code

    aloctavodia committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    b566d50 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    0ff5833 View commit details
    Browse the repository at this point in the history
  2. choose max

    aloctavodia committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    3419e70 View commit details
    Browse the repository at this point in the history
  3. improve docstrings

    aloctavodia committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    51165d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. refactor and clean code

    aloctavodia committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    03758a4 View commit details
    Browse the repository at this point in the history
  2. clean docstrings

    aloctavodia committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    c3c3929 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. add tests and minor fixes.

    Co-authored-by: aloctavodia <aloctavodia@gmail.com>
    Co-authored-by: jmloyola <jmloyola@outlook.com>
    aloctavodia and jmloyola committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    6a58daa View commit details
    Browse the repository at this point in the history
  2. remove space.

    Co-authored-by: aloctavodia <aloctavodia@gmail.com>
    Co-authored-by: jmloyola <jmloyola@outlook.com>
    aloctavodia and jmloyola committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    9050469 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

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

Commits on Nov 4, 2020

  1. use ValueError

    aloctavodia committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    acc5290 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

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

Commits on Nov 9, 2020

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

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    2dda3b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2050958 View commit details
    Browse the repository at this point in the history
  3. test variable importance

    aloctavodia committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    bb69a76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a473028 View commit details
    Browse the repository at this point in the history
  5. fix test

    aloctavodia committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    5a7b552 View commit details
    Browse the repository at this point in the history