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 more preprocessing pipeline operators #46

Closed
4 tasks done
rhiever opened this issue Dec 5, 2015 · 1 comment
Closed
4 tasks done

Add more preprocessing pipeline operators #46

rhiever opened this issue Dec 5, 2015 · 1 comment
Assignees

Comments

@rhiever
Copy link
Contributor Author

rhiever commented Dec 9, 2015

Note to self: Investigate this more.

self._select_percentile(self._polynomial_features(training_testing_data), 10)

Results in the warning:

UserWarning: Features [0] are constant.

Same for passing the results of _polynomial_features() to any feature selection function.


Also, still need to implement export functionality for the new preprocessing operators.

rhiever added a commit that referenced this issue Dec 10, 2015
Added export support for:

* StandardScaler

* RobustScaler

* PolynomialFeatures

* PCA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant