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

Log Transforms #104

Merged
merged 8 commits into from
Dec 3, 2021
Merged

Log Transforms #104

merged 8 commits into from
Dec 3, 2021

Conversation

AlexRobson
Copy link
Member

Adds two forms of log transforms.

Either:

  • LogTransform: sign(x) * log(|x| + 1)
  • InverseHyperbolicSine: log(x + √(x² + 1)).

@codecov
Copy link

codecov bot commented Dec 3, 2021

Codecov Report

Merging #104 (bc8b0ff) into main (d220481) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #104      +/-   ##
==========================================
+ Coverage   98.63%   98.70%   +0.07%     
==========================================
  Files          12       13       +1     
  Lines         147      155       +8     
==========================================
+ Hits          145      153       +8     
  Misses          2        2              
Impacted Files Coverage Δ
src/FeatureTransforms.jl 100.00% <ø> (ø)
src/log.jl 100.00% <100.00%> (ø)
src/apply.jl 100.00% <0.00%> (ø)
src/periodic.jl 100.00% <0.00%> (ø)
src/one_hot_encoding.jl 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d220481...bc8b0ff. Read the comment docs.

Copy link
Contributor

@mzgubic mzgubic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

src/log.jl Outdated Show resolved Hide resolved
src/log.jl Outdated Show resolved Hide resolved
src/log.jl Outdated Show resolved Hide resolved
test/log.jl Show resolved Hide resolved
src/FeatureTransforms.jl Outdated Show resolved Hide resolved
@AlexRobson AlexRobson merged commit 1c86cbd into main Dec 3, 2021
@AlexRobson AlexRobson deleted the ar/log_transforms branch December 3, 2021 15:14
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.

2 participants