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 target transformations #14

Merged
merged 12 commits into from
Sep 29, 2023
Merged

add target transformations #14

merged 12 commits into from
Sep 29, 2023

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Sep 19, 2023

  • Adds the target_transforms module with the following transformations:
    • Local Standard Scaler
    • Local MinMax Scaler
    • Local Robust Scaler (scale can be IQR or MAD)
    • Local BoxCox
    • Global func transformer
  • Does a minor change to the processing module to make the process method return the data and indptr as separate arrays instead of a GroupedArray object, since the libs have their own extended implementation of the GroupedArray and use that object instead.
  • Adds the from_sorted_df method of GroupedArray.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jmoralez jmoralez changed the title add standard scaler add target transformations Sep 29, 2023
@jmoralez jmoralez marked this pull request as ready for review September 29, 2023 16:11
@jmoralez jmoralez merged commit c5e4093 into main Sep 29, 2023
16 checks passed
@jmoralez jmoralez deleted the std-scaler branch September 29, 2023 16:16
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