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

Optimizing NormalInferenceResults confidence interval method speed #879

Merged
merged 9 commits into from
May 7, 2024

Commits on May 3, 2024

  1. Fixed normal inference results confidence interval unnecessary loop

    Signed-off-by: gdaiha <110778471+gdaiha@users.noreply.github.com>
    Signed-off-by: Gabriel Daiha <gabriel.alves@picpay.com>
    gdaiha committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f613453 View commit details
    Browse the repository at this point in the history
  2. Improved conf_int_mean method from population summary results

    Signed-off-by: gdaiha <110778471+gdaiha@users.noreply.github.com>
    Signed-off-by: Gabriel Daiha <gabriel.alves@picpay.com>
    gdaiha committed May 3, 2024
    Configuration menu
    Copy the full SHA
    449cbe4 View commit details
    Browse the repository at this point in the history
  3. Fixed stat_norm_ppf references in linear_model.py

    Signed-off-by: gdaiha <110778471+gdaiha@users.noreply.github.com>
    Signed-off-by: Gabriel Daiha <gabriel.alves@picpay.com>
    gdaiha committed May 3, 2024
    Configuration menu
    Copy the full SHA
    df484a4 View commit details
    Browse the repository at this point in the history
  4. Fixed linting claims in _inference.py

    Signed-off-by: gdaiha <110778471+gdaiha@users.noreply.github.com>
    Signed-off-by: Gabriel Daiha <gabriel.alves@picpay.com>
    gdaiha committed May 3, 2024
    Configuration menu
    Copy the full SHA
    81f4515 View commit details
    Browse the repository at this point in the history
  5. Fixed linting claims in linear_model.py

    Signed-off-by: gdaiha <110778471+gdaiha@users.noreply.github.com>
    Signed-off-by: Gabriel Daiha <gabriel.alves@picpay.com>
    gdaiha committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d3bc269 View commit details
    Browse the repository at this point in the history
  6. Fixed line too long linting claim at _inference.py

    Signed-off-by: gdaiha <110778471+gdaiha@users.noreply.github.com>
    Signed-off-by: Gabriel Daiha <gabriel.alves@picpay.com>
    gdaiha committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2c8185e View commit details
    Browse the repository at this point in the history
  7. Fixed line too long linting claim at linear_model.py

    Signed-off-by: gdaiha <110778471+gdaiha@users.noreply.github.com>
    Signed-off-by: Gabriel Daiha <gabriel.alves@picpay.com>
    gdaiha committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3896387 View commit details
    Browse the repository at this point in the history
  8. removed trailing whitespaces

    Signed-off-by: Gabriel Daiha <gabriel.alves@picpay.com>
    gdaiha committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ce2ad24 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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