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

ColSpec #30

Merged
merged 4 commits into from
Apr 3, 2022
Merged

ColSpec #30

merged 4 commits into from
Apr 3, 2022

Conversation

eliascarv
Copy link
Member

@eliascarv eliascarv commented Mar 31, 2022

This PR makes the ColSpec interface more generic so it can be used in all transformations that use column selections.

@eliascarv eliascarv changed the title ColSpec and _filter ColSpec Mar 31, 2022
@eliascarv eliascarv requested a review from juliohm March 31, 2022 23:57
Copy link
Member

@juliohm juliohm left a comment

Choose a reason for hiding this comment

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

Amazing PR as usual. Just a few adjustments before we can merge it.

src/transforms/colspec.jl Outdated Show resolved Hide resolved
test/transforms.jl Outdated Show resolved Hide resolved
src/transforms/colspec.jl Outdated Show resolved Hide resolved
@eliascarv eliascarv requested a review from juliohm April 3, 2022 13:22
@eliascarv
Copy link
Member Author

eliascarv commented Apr 3, 2022

This PR is ready for a final review @juliohm!

@codecov-commenter
Copy link

codecov-commenter commented Apr 3, 2022

Codecov Report

Merging #30 (b34218e) into master (193c0b1) will increase coverage by 0.25%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   92.48%   92.73%   +0.25%     
==========================================
  Files          15       16       +1     
  Lines         399      413      +14     
==========================================
+ Hits          369      383      +14     
  Misses         30       30              
Impacted Files Coverage Δ
src/transforms.jl 97.82% <ø> (ø)
src/transforms/filter.jl 100.00% <ø> (ø)
src/transforms/colspec.jl 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 193c0b1...b34218e. Read the comment docs.

@eliascarv eliascarv merged commit fcf126b into JuliaML:master Apr 3, 2022
@eliascarv eliascarv deleted the col-spec branch April 3, 2022 13:39
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.

None yet

3 participants