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

Clean up Pandas warnings in eval code #447

Open
mdekstrand opened this issue Jul 24, 2024 · 0 comments
Open

Clean up Pandas warnings in eval code #447

mdekstrand opened this issue Jul 24, 2024 · 0 comments
Milestone

Comments

@mdekstrand
Copy link
Member

Warning during tests:

/Users/mde48/LensKit/lkpy/lenskit/lenskit/crossfold.py:282: DeprecationWarning: DataFrameGroupBy.apply operated on the grouping columns. This behavior is deprecated, and in a future version of pandas the grouping columns will be excluded from the operation. Either pass `include_groups=False` to exclude the groupings or explicitly select the grouping columns after groupby to silence this warning.
    test = ugf.apply(method)

I expect fixing this may fall out of #371.

@mdekstrand mdekstrand added this to the 2024.1 milestone Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant