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

API: generalising expander class #5

Open
dengemann opened this issue Apr 20, 2021 · 0 comments
Open

API: generalising expander class #5

dengemann opened this issue Apr 20, 2021 · 0 comments

Comments

@dengemann
Copy link
Collaborator

Currently, the expander code rigidly assumes that the last column in the data frame is the indicator for computing interaction effects.

This is problematic in at least two ways.

  1. It is very implicit; a label would be better.
  2. It is only one out of many possible ways of doing feature expansions.

I suggest we generalise the API to allow using different (future) possible expander objects that can be passed instead of using a logical parameter.

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