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

Decouple preprocessor from estimator #32

Merged
merged 1 commit into from
Oct 19, 2022
Merged

Decouple preprocessor from estimator #32

merged 1 commit into from
Oct 19, 2022

Conversation

rxavier
Copy link
Owner

@rxavier rxavier commented Oct 19, 2022

This PR creates the PoniardPreprocessor, which holds all the logic related to preprocessor construction that was previously contained in PoniardBaseEstimator. All parameters related to the preprocessor are moved from the estimator to the PoniardPreprocessor, with the exception of preprocess (turns off preprocessing) and custom_preprocessor (which now takes a PoniardPreprocessor along with sklearn-compatible transformers)

@rxavier rxavier merged commit 470730b into develop Oct 19, 2022
@rxavier rxavier deleted the feature/decouple branch October 19, 2022 13:37
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

Successfully merging this pull request may close these issues.

1 participant