-
-
Notifications
You must be signed in to change notification settings - Fork 334
Add ArcSinhTransformer for inverse hyperbolic sine transformation #879
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
Open
ankitlade12
wants to merge
28
commits into
feature-engine:main
Choose a base branch
from
ankitlade12:add-arcsinh-transformer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
d775c62
Add ArcSinhTransformer for inverse hyperbolic sine transformation
ankitlade12 841e30c
Enhance ArcSinhTransformer docs: add to index/README, improve user gu…
ankitlade12 6022a24
Add ArcSinhTransformer to standard estimator checks
ankitlade12 201b032
Fix duplicate LogCpTransformer in estimator checks
ankitlade12 0cb0023
Docs: Remove leading 'The' from ArcSinhTransformer references
ankitlade12 bf44266
Docs: Remove 'the' before LogTransformer reference
ankitlade12 b9d92d5
Docs: Rename Example section to Python demo
ankitlade12 246cd2c
Docs: Standardize section underlines to '---'
ankitlade12 0c44f40
Docs: Add dataframe output to ArcSinhTransformer python demo
ankitlade12 cc95d3a
Docs: Update transformer setup text in ArcSinhTransformer demo
ankitlade12 aeeddad
Docs: Add commas around 'however' for grammar
ankitlade12 e3e6440
Docs: Add transformed dataframe output to ArcSinhTransformer demo
ankitlade12 a8d880a
Docs: Clarify intro text for plotting code
ankitlade12 8fad3b8
Docs: Add histogram plot image to ArcSinhTransformer guide
ankitlade12 9fa7698
Docs: Replace np.allclose with dataframe output in inverse transform …
ankitlade12 6a8fc64
Docs: Remove API Reference from User Guide (exists in api_doc)
ankitlade12 bdcb271
Docstring: Clarify linear behavior of arcsinh for small x
ankitlade12 73b9ef1
Docstring: Remove redundant 'does not learn parameters' sentence from…
ankitlade12 f055b05
Tests: Add explicit value assertions for negative values in ArcSinh test
ankitlade12 3f17f04
Tests: Add string and boolean to invalid_scale parameterization
ankitlade12 3be7004
Docs: Add practical explanation for using loc and scale parameters
ankitlade12 f990fde
Docs: Add ArcSinhTransformer to api_doc index and update description
ankitlade12 30288af
update ihs user guide
solegalli fb8f826
fix typo
solegalli 9d73640
fix(ci): silence Pandas 3 warnings and fix datetime precision in tests
ankitlade12 1e92e25
docs: fix typos in ArcSinh user guide
ankitlade12 4f789c7
fix(style): resolve flake8 violations in find_variables.py
ankitlade12 41f9528
fix(tests): make expected datetime strings dynamic to handle vary pre…
ankitlade12 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ArcSinhTransformer | ||
| ================== | ||
|
|
||
| .. autoclass:: feature_engine.transformation.ArcSinhTransformer | ||
| :members: | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.