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

v0.9.0 #143

Merged
merged 62 commits into from
Dec 30, 2020
Merged

v0.9.0 #143

merged 62 commits into from
Dec 30, 2020

Commits on Jul 2, 2020

  1. adding functionality for DAG

    pzivich committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    73376a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    db05662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f64ac4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18bc89a View commit details
    Browse the repository at this point in the history
  4. adding better error handling

    pzivich committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    3841f3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af43b80 View commit details
    Browse the repository at this point in the history
  6. travis updates

    pzivich committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    7b38350 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc145d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    f2acde7 View commit details
    Browse the repository at this point in the history
  2. optional import in init

    pzivich committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    d918231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e8635b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Configuration menu
    Copy the full SHA
    deae6ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a429d99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac548ef View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. fixing returning IDs via #126

    pzivich committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    db7b8f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e715ba2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Adoption of SuperLearner into zEpid. Adds EmpiricalMeanSL and Stepwis…

    …eSL as estimation functions following the sklearn syntax for use with SuperLearner
    pzivich committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    900dce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    037eb1c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. SuperLearner implementation added. Still need to compare to R, write …

    …tests, and add docs to website
    pzivich committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    1944271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c77db3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    686dc31 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Finished tests

    pzivich committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    92f9a30 View commit details
    Browse the repository at this point in the history
  2. Having SuperLearner return self so it works with the current setup …

    …of machine learning with TMLE and CrossFit
    pzivich committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    f45da47 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. adding custom_model to AIPW

    pzivich committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    ef71e67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6569882 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f3a1e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    744e1a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d9e409 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    fc68556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fac0e07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    297b9ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8aee128 View commit details
    Browse the repository at this point in the history
  5. AIPTW cross-fitting fit tests. Just check that current operationaliza…

    …tion is not broken by any future changes (do not have an outside or ground-truth comparison due to how randomness factors in)
    pzivich committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    1b6f653 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

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

Commits on Dec 27, 2020

  1. fixing random_state flow

    pzivich committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    69151dd View commit details
    Browse the repository at this point in the history
  2. adding AIPTW OOB detector

    pzivich committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    065f1a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    983428f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a24ce59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    386487c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a7e7f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7596e8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5ac31a View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. should fix travisci issue...

    pzivich committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    061f0b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    095aa13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44a1e27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    076458d View commit details
    Browse the repository at this point in the history
  5. the issue is reproducibility is not a function of the sample splittin…

    …g by numpy/pandas, nor a result of version differences between numpy, pandas, scikit-learn
    pzivich committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    984cf10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0bc459 View commit details
    Browse the repository at this point in the history
  7. adding GLM SuperLearner functionality (since sci-kit learn has extra …

    …stuff and doesn't always match statsmodels)
    pzivich committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    cf9837b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c04ae71 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e819b47 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    ae5cbee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839d267 View commit details
    Browse the repository at this point in the history
  3. Replaced check_input_data in most estimators! (generalize will eventu…

    …ally need their own custom option)
    pzivich committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    d5211de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51352b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    948ea74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    877bbbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3759b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5bb0dbc View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    eccf829 View commit details
    Browse the repository at this point in the history
  2. Update DAG ReadTheDocs

    pzivich committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    07f46de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1451729 View commit details
    Browse the repository at this point in the history