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

Add generic poprox export support to generate.py #3

Merged
merged 7 commits into from
Nov 8, 2024

Conversation

zentavious
Copy link
Owner

@zentavious zentavious commented Nov 5, 2024

Adding support for generic data_path to generate.py

To use, add poprox_recommender module to path variables. Then...

Usage: python -m poprox_recommender.evaluation.generate --data_path ../request_per_user -o outputs/poprox.parquet --pipelines=locality-cali

For multiple pipelines: Usage: python -m poprox_recommender.evaluation.generate --data_path ../request_per_user -o outputs/poprox.parquet --pipelines=locality-cali --pipelines=topic-cali

Noticed a weird behavior with the typing export wanting Generator[RecommendationRequest, None, None]

@zentavious zentavious merged commit 13959eb into main Nov 8, 2024
3 of 5 checks passed
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.

1 participant