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

Bootstrapping Final Model #716

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Bootstrapping Final Model #716

wants to merge 18 commits into from

Commits on Jan 10, 2023

  1. progress towards bootstrapping on only final model

    Sathwik Karnik (Populus Group LLC) committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c1d9e70 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. second iter of bootstrapping, 3 fit functions, cached_values for args

    Sathwik Karnik (Populus Group LLC) committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8090d94 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. changed the bootstrap class to actually bootstrap the full dataset fo…

    …r each arg
    Sathwik Karnik (Populus Group LLC) committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b358420 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. test cases, benchmarking for bootstrapping final model only

    Sathwik Karnik (Populus Group LLC) committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e33a7fb View commit details
    Browse the repository at this point in the history
  2. cleaned up repo for PR

    Sathwik Karnik (Populus Group LLC) committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    bc59f4f View commit details
    Browse the repository at this point in the history
  3. remove .c files

    Sathwik Karnik (Populus Group LLC) committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    98d88d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 18, 2023

  1. wrapping the final only bootstraps

    Sathwik Karnik (Populus Group LLC) committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    907c02f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. fixing the stratifying issue

    Sathwik Karnik (Populus Group LLC) committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    ff564ec View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. alternative approach to bootstrapping

    Sathwik Karnik (Populus Group LLC) committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1100432 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. fixed bootstrapping for Dynamic DML?

    Sathwik Karnik (Populus Group LLC) committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6b4951e View commit details
    Browse the repository at this point in the history
  2. remove output_T

    Sathwik Karnik (Populus Group LLC) committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8475d4d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. responding to most changes requested

    Sathwik Karnik (Populus Group LLC) committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c79f28f View commit details
    Browse the repository at this point in the history
  2. fixed bootstrapping function name

    Sathwik Karnik (Populus Group LLC) committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2d0fdee View commit details
    Browse the repository at this point in the history
  3. added parallel summarize proxy function

    Sathwik Karnik (Populus Group LLC) committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    91c89e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. parallel process not threads

    Sathwik Karnik (Populus Group LLC) committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    223e9d5 View commit details
    Browse the repository at this point in the history
  2. fixed remaining requested changes, revert back to non-parallel proxy

    Sathwik Karnik (Populus Group LLC) committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    cb4a084 View commit details
    Browse the repository at this point in the history
  3. remove unused function

    Sathwik Karnik (Populus Group LLC) committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    de62eb9 View commit details
    Browse the repository at this point in the history