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

WIP: bootstrapping submodule, parameter for estimators #94

Closed
wants to merge 2 commits into from

Commits on Jan 20, 2020

  1. First iteration of bootstrapping function

    Should work on both dHdl and u_nk standard forms.
    Still requires:
    - tests
    - usage example(s)
    
    We additionally want to add a bootstrapping keyword to each estimator's
    constructor, which changes how uncertainties are estimated at the
    expense of more compute.
    This will be the approach we will push users toward using for
    simplicity, but we still want to expose building blocks by way of the
    `bootstrap` function to allow for scaling out if needed (e.g. with
    dask).
    dotsdl committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    23a885e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8db134 View commit details
    Browse the repository at this point in the history