Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

add sklearn pipelines #251

Merged
merged 7 commits into from
May 17, 2022
Merged

add sklearn pipelines #251

merged 7 commits into from
May 17, 2022

Conversation

mike0sv
Copy link
Contributor

@mike0sv mike0sv commented May 16, 2022

closes #218

@mike0sv mike0sv requested a review from a team May 16, 2022 21:59
@codecov
Copy link

codecov bot commented May 16, 2022

Codecov Report

Merging #251 (6d97dba) into main (00b0162) will increase coverage by 0.04%.
The diff coverage is 97.61%.

@@            Coverage Diff             @@
##             main     #251      +/-   ##
==========================================
+ Coverage   89.55%   89.59%   +0.04%     
==========================================
  Files          76       76              
  Lines        5449     5470      +21     
==========================================
+ Hits         4880     4901      +21     
  Misses        569      569              
Impacted Files Coverage Δ
mlem/contrib/pandas.py 92.35% <75.00%> (ø)
mlem/cli/main.py 76.44% <100.00%> (ø)
mlem/contrib/lightgbm.py 94.50% <100.00%> (ø)
mlem/contrib/numpy.py 98.29% <100.00%> (ø)
mlem/contrib/sklearn.py 100.00% <100.00%> (ø)
mlem/contrib/torch.py 98.79% <100.00%> (ø)
mlem/contrib/xgboost.py 97.56% <100.00%> (ø)
mlem/core/artifacts.py 99.40% <100.00%> (ø)
mlem/core/dataset_type.py 95.83% <100.00%> (+0.03%) ⬆️

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 a4a4bba...6d97dba. Read the comment docs.

@aguschin aguschin merged commit 83f169f into main May 17, 2022
@aguschin aguschin deleted the feature/sklearn-pipelines branch May 17, 2022 12:58
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ModelHook for sklearn pipeline missing
2 participants