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 preprocessing + pipeline modules #234

Merged
merged 4 commits into from
Jan 2, 2023
Merged

add preprocessing + pipeline modules #234

merged 4 commits into from
Jan 2, 2023

Conversation

eonu
Copy link
Owner

@eonu eonu commented Dec 31, 2022

Major changes

  • Added sequentia.preprocessing module with sklearn.preprocessing compatibility.
    • Added IndependentFunctionTransformer for applying arbitrary stateless transforms to sequences independently (based on sklearn.preprocessing.FunctionTransformer).
    • Support stateful class-based transforms based on the TransformerMixin interface.
    • Support stateless function-based transforms such as scale and minmax_scale — to be used with IndependentFunctionTransformer.
    • Added mean_filter and median_filter function transforms.
  • Added sequentia.pipeline module for sklearn.pipeline compatibility.
    • Added Pipeline for combining transforms and Sequentia estimators into a wrapper that supports sequences as input (based on sklearn.pipeline.Pipeline).
  • Upgrade sklearn version specifier from >=0.22 to >=1.0.

Minor changes

  • Update README.md example to demonstrate preprocessing and clearer input format.
  • Add Scikit-Learn BSD-3 license notices to README.md and various files.

@eonu eonu marked this pull request as draft December 31, 2022 08:21
@eonu eonu changed the title add preprocessing module add preprocessing & pipeline modules Jan 2, 2023
@eonu eonu changed the title add preprocessing & pipeline modules add preprocessing + pipeline modules Jan 2, 2023
@eonu eonu marked this pull request as ready for review January 2, 2023 11:14
@eonu eonu merged commit fc9007e into dev Jan 2, 2023
@eonu eonu deleted the add-preprocessing branch January 2, 2023 12:03
@eonu eonu mentioned this pull request Jan 18, 2023
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