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

Feature Transformation #6

Open
alexbacce opened this issue Nov 28, 2019 · 0 comments
Open

Feature Transformation #6

alexbacce opened this issue Nov 28, 2019 · 0 comments
Assignees
Labels
discussion issues that require further discussion enhancement New feature or request

Comments

@alexbacce
Copy link
Contributor

alexbacce commented Nov 28, 2019

Description

Another step in the Pipeline could be a feature transformation step, that could be after the feature creation one and before the fitting of the model. However, if we want to have an interface similar to the one of the FeatureCreation class where a list of FeatureTransformation classes are passed and applied sequentially, this requires some reasoning in order to design a good interface.
Some thoughts:

  • Some features, like PCA, require a fit step, while some other do not.
  • Features should have input columns (the ones to transform) and output columns (and drop the others). What should be the interface for this?
@alexbacce alexbacce added discussion issues that require further discussion enhancement New feature or request and removed enhancement New feature or request labels Dec 20, 2019
@nphilou nphilou self-assigned this Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion issues that require further discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants