Skip to content

Commit

Permalink
rename to get_fit
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc committed Dec 22, 2024
1 parent 37d31a3 commit f3bf0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfixest/estimation/feglm.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(

self._method = "feglm"

def _get_fit(self):
def get_fit(self):
"Fit the GLM model via iterated weighted least squares."
_Y = self._Y
_X = self._X
Expand Down

0 comments on commit f3bf0a3

Please sign in to comment.