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

get_dataset matches R #150

Merged

Conversation

artiom-matvei
Copy link
Contributor

@artiom-matvei artiom-matvei commented Jan 26, 2025

Main changes to look at are in:

  • marginaleffects/utils.py
  • tests/test_linearmodels_panelols.py
  • tests/test_utils.py

The rest are lint corrections

Fix for #148

@artiom-matvei artiom-matvei marked this pull request as ready for review January 26, 2025 01:27
from polars.testing import assert_series_equal
from tests.conftest import wage_panel_pd
from linearmodels.panel import PanelOLS
# import polars as pl

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these tests commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because they were broken. #151
formulaic has abstract methods which are not implemented.

@vincentarelbundock vincentarelbundock merged commit e3d5e20 into vincentarelbundock:main Jan 26, 2025
5 checks passed
@vincentarelbundock
Copy link
Owner

thanks!

@artiom-matvei artiom-matvei deleted the issue-148-get-dataset branch January 26, 2025 17:01
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