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 GlobalSklearnTransformer and target transformations guide #187

Merged
merged 11 commits into from
Aug 17, 2023

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Aug 16, 2023

Description

  • Adds the GlobalSklearnTransformer to make it easy to apply a global transformer (same for all series).
  • Creates a target transformations guide which will be shown in the tutorials.
  • Adds the target_transforms module to the API reference section of the docs.
  • Fixes a bug for pandas versions < 1.4 where replacing a column of a shallow copy modified the original dataframe.

Checklist:

  • This PR has a meaningful title and a clear description.
  • The tests pass.
  • All linting tasks pass.
  • The notebooks are clean.

@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 Target transforms guide add GlobalSklearnTransformer and target transformations guide Aug 16, 2023
@jmoralez jmoralez marked this pull request as ready for review August 17, 2023 18:16
@jmoralez jmoralez enabled auto-merge (squash) August 17, 2023 18:16
@jmoralez jmoralez merged commit c009efe into main Aug 17, 2023
15 checks passed
@jmoralez jmoralez deleted the target-transforms-guide branch August 17, 2023 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant