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

[ENH] pipeline #51

Merged
merged 4 commits into from
Aug 27, 2023
Merged

[ENH] pipeline #51

merged 4 commits into from
Aug 27, 2023

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Aug 27, 2023

Implements #29 - a simple pipeline compatible with sklearn transformers.

@fkiraly fkiraly added enhancement module:regression probabilistic regression module implementing framework Implementing or improving framework for learning tasks, e.g., base class functionality labels Aug 27, 2023
@fkiraly fkiraly linked an issue Aug 27, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Aug 27, 2023

Codecov Report

Merging #51 (02fabb0) into main (3947650) will increase coverage by 0.05%.
The diff coverage is 72.84%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
+ Coverage   71.03%   71.09%   +0.05%     
==========================================
  Files         103      105       +2     
  Lines        4789     4940     +151     
  Branches      853      882      +29     
==========================================
+ Hits         3402     3512     +110     
- Misses       1166     1195      +29     
- Partials      221      233      +12     
Files Changed Coverage Δ
skpro/registry/_tags.py 21.42% <ø> (ø)
skpro/regression/base/_base.py 64.55% <60.00%> (-0.15%) ⬇️
skpro/regression/compose/_pipeline.py 72.72% <72.72%> (ø)
skpro/regression/compose/__init__.py 100.00% <100.00%> (ø)

@fkiraly fkiraly merged commit d0abb44 into main Aug 27, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement implementing framework Implementing or improving framework for learning tasks, e.g., base class functionality module:regression probabilistic regression module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH] simple pipeline compatible with sklearn
2 participants