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

Meta learners #170

Draft
wants to merge 62 commits into
base: main
Choose a base branch
from
Draft

Commits on Feb 24, 2023

  1. implemented frequentist S, T and X learners

    Kadlicskó Máté committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    2c0d551 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Reformatted. Added bootstrapping. Added DRLearner.

    Kadlicskó Máté committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    ab999b6 View commit details
    Browse the repository at this point in the history
  2. Fixed doc-string for DRLearner

    Kadlicskó Máté committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    9791b9b View commit details
    Browse the repository at this point in the history
  3. renamed meta_learners.py to skl_meta_learners.py

    Kadlicskó Máté committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    100f8d7 View commit details
    Browse the repository at this point in the history
  4. imported skl_meta_learners

    Kadlicskó Máté committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    5874281 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. minor code style fixes

    Kadlicskó Máté committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    df90a52 View commit details
    Browse the repository at this point in the history
  2. mostly stylistic changes

    Kadlicskó Máté committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b8a3dff View commit details
    Browse the repository at this point in the history
  3. fixed an import

    Kadlicskó Máté committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    020a65f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

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

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    d05c156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    542e129 View commit details
    Browse the repository at this point in the history
  3. refactored

    matekadlicsko committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    5f8a62f View commit details
    Browse the repository at this point in the history
  4. added BARTModel

    matekadlicsko committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    759b9e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c03319 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    18baff5 View commit details
    Browse the repository at this point in the history
  2. minor changes

    matekadlicsko committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f9d9817 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9917a83 View commit details
    Browse the repository at this point in the history
  4. bugfix

    matekadlicsko committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    a8d6467 View commit details
    Browse the repository at this point in the history
  5. more minor bugfixes

    matekadlicsko committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    55b43df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d5bb61 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

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

Commits on Mar 5, 2023

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

Commits on Mar 6, 2023

  1. small bugfixes

    matekadlicsko committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c1bbf33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f689dd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    b57e31a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483d55b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. minor changes

    matekadlicsko committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d62eb18 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    95e010e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e1182d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

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

Commits on Mar 12, 2023

  1. fixed a dependency

    matekadlicsko committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    21d0b15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f124b View commit details
    Browse the repository at this point in the history
  3. several improvements

    matekadlicsko committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    90fddd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. BayesianDR now works

    matekadlicsko committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    917216c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb588b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f39b856 View commit details
    Browse the repository at this point in the history
  4. formatting

    matekadlicsko committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2ca0ebd View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. added score method

    matekadlicsko committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    48c8105 View commit details
    Browse the repository at this point in the history
  2. formatting

    matekadlicsko committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    ddaebb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bb16fe View commit details
    Browse the repository at this point in the history
  4. minor changes

    matekadlicsko committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0d98c53 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. formatting

    matekadlicsko committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    02b78e1 View commit details
    Browse the repository at this point in the history
  2. added correct docstring

    matekadlicsko committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    3e845bf View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

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

Commits on Mar 27, 2023

  1. improved docstrings.

    matekadlicsko committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    02d592c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2007685 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. added summary file

    matekadlicsko committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a936306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e682b27 View commit details
    Browse the repository at this point in the history
  3. minor fix

    matekadlicsko committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4751aeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aba9255 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. changed plot method

    matekadlicsko committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    5fe6c53 View commit details
    Browse the repository at this point in the history
  2. Added some docstrings

    matekadlicsko committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    8fd71ec View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. fixed pymc-bart import

    matekadlicsko committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    14fac30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cbe477 View commit details
    Browse the repository at this point in the history
  3. added summary

    matekadlicsko committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    46a33d2 View commit details
    Browse the repository at this point in the history
  4. imported summary

    matekadlicsko committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    d88472c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

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

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    18b6934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1beda78 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on May 10, 2023

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

Commits on Jun 8, 2023

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