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

Concept for testing: add_key_feat or key_feat #96

Open
njtierney opened this issue Jul 19, 2020 · 1 comment
Open

Concept for testing: add_key_feat or key_feat #96

njtierney opened this issue Jul 19, 2020 · 1 comment

Comments

@njtierney
Copy link
Owner

A wrapper around features(data, var, feat)

E.g.,

key_min

key_min(wages, xp)

Is equivalent to

features(wages, xp, list(min = min))
@njtierney
Copy link
Owner Author

The downside to this is that it kind of creates an explosion of functions, and I'm not sure I want to maintain all of them.

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

No branches or pull requests

1 participant