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

PandasToFeatures args are awkward #495

Open
brifordwylie opened this issue Jan 16, 2025 · 0 comments
Open

PandasToFeatures args are awkward #495

brifordwylie opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
feature_set Workbench FeatureSet pandas Transform that uses Pandas

Comments

@brifordwylie
Copy link
Member

Right now the way the args are used seems awkward

to_features = PandasToFeatures(output_uuid)
to_features.set_output_tags(["my", "awesome", "data"])
to_features.set_input(df, id_column="my_id")
to_features.transform()
@brifordwylie brifordwylie added feature_set Workbench FeatureSet pandas Transform that uses Pandas labels Jan 16, 2025
@brifordwylie brifordwylie added this to the Workbench 0.9.0 milestone Jan 16, 2025
@brifordwylie brifordwylie self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature_set Workbench FeatureSet pandas Transform that uses Pandas
Projects
Status: Backlog
Development

No branches or pull requests

1 participant