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

Issue #733; Ritest: use joblib to parallelize iterations for randomization-t #759

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

IshwaraHegde97
Copy link
Contributor

Updated Ritest to use joblib to parallelize iterations for randomization-t.

IshwaraHegde97 and others added 15 commits November 14, 2024 16:25
Convert FixestMulti to a list so that it works automatically with the following functions:
- pf.bonferroni()
-  pf.rwolf()
- pf.coefplot()
- pf.iplot()
Added a test to compare the results when passing a list of Feols/Feiv/Fepois objects vs. a FixestMulti object to bonferroni and rwolf functions.
pixi.lock file was updated
Minor changes for consistency
handle .coefplot() method for FixestMulti, where models is a dict_values instance.
Used joblib to parallelize the randomization-t and randomization-c algorithms.
Copy link

codecov bot commented Dec 22, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pyfixest/estimation/ritest.py 25.00% 3 Missing ⚠️
Flag Coverage Δ
core-tests 78.17% <25.00%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
pyfixest/estimation/ritest.py 48.46% <25.00%> (+1.84%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants