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 support for the poly transform. #44

Merged
merged 2 commits into from
Oct 16, 2021
Merged

Conversation

matthewwardrop
Copy link
Owner

Closes #37 .

This PR adds support for the poly transform. It is not directly usable yet in a formula because there are some incoming changes which need to land to enable upcasting of arrays to columns/etc.

@codecov
Copy link

codecov bot commented Oct 16, 2021

Codecov Report

Merging #44 (7caa9cd) into main (279b97c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #44   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        41    +2     
  Lines         1447      1517   +70     
=========================================
+ Hits          1447      1517   +70     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
formulaic/materializers/base.py 100.00% <100.00%> (ø)
formulaic/materializers/types/factor_values.py 100.00% <100.00%> (ø)
formulaic/transforms/__init__.py 100.00% <100.00%> (ø)
formulaic/transforms/poly.py 100.00% <100.00%> (ø)
formulaic/utils/cast.py 100.00% <100.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 279b97c...7caa9cd. Read the comment docs.

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.

Add poly transform
1 participant