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

add support for sklearn transformers #538

Merged
merged 18 commits into from
Jan 19, 2023

Conversation

ykasimov
Copy link
Contributor

@ykasimov ykasimov commented Dec 22, 2022

close #514

mlem/contrib/scipy.py Outdated Show resolved Hide resolved
mlem/contrib/scipy.py Outdated Show resolved Hide resolved
mlem/contrib/sklearn.py Outdated Show resolved Hide resolved
mlem/contrib/sklearn.py Outdated Show resolved Hide resolved
@aguschin aguschin temporarily deployed to external December 26, 2022 06:57 — with GitHub Actions Inactive
@ykasimov ykasimov temporarily deployed to external January 9, 2023 10:31 — with GitHub Actions Inactive
@ykasimov ykasimov temporarily deployed to external January 13, 2023 16:47 — with GitHub Actions Inactive
@ykasimov ykasimov temporarily deployed to external January 14, 2023 15:49 — with GitHub Actions Inactive
setup.py Outdated Show resolved Hide resolved
@aguschin aguschin temporarily deployed to external January 16, 2023 07:05 — with GitHub Actions Inactive
mlem/contrib/scipy.py Outdated Show resolved Hide resolved
@aguschin aguschin temporarily deployed to external January 16, 2023 07:35 — with GitHub Actions Inactive
@ykasimov ykasimov temporarily deployed to external January 16, 2023 09:35 — with GitHub Actions Inactive
@ykasimov ykasimov temporarily deployed to external January 18, 2023 16:32 — with GitHub Actions Inactive
@ykasimov ykasimov temporarily deployed to external January 18, 2023 16:57 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Jan 18, 2023

Codecov Report

Base: 85.13% // Head: 86.42% // Increases project coverage by +1.29% 🎉

Coverage data is based on head (eefbc71) compared to base (ecd1a8e).
Patch coverage: 73.15% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #538      +/-   ##
==========================================
+ Coverage   85.13%   86.42%   +1.29%     
==========================================
  Files         102      106       +4     
  Lines        9288     9567     +279     
==========================================
+ Hits         7907     8268     +361     
+ Misses       1381     1299      -82     
Impacted Files Coverage Δ
mlem/contrib/docker/helpers.py 100.00% <ø> (ø)
mlem/ext.py 88.28% <ø> (ø)
mlem/contrib/flyio/meta.py 50.00% <50.00%> (ø)
mlem/contrib/flyio/utils.py 50.94% <50.94%> (ø)
mlem/cli/deployment.py 91.89% <90.90%> (+1.12%) ⬆️
mlem/contrib/scipy.py 98.55% <98.55%> (ø)
mlem/api/commands.py 89.72% <100.00%> (+6.96%) ⬆️
mlem/constants.py 100.00% <100.00%> (ø)
mlem/contrib/docker/base.py 84.85% <100.00%> (+26.23%) ⬆️
mlem/contrib/numpy.py 98.54% <100.00%> (ø)
... and 10 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ykasimov ykasimov temporarily deployed to external January 18, 2023 18:30 — with GitHub Actions Inactive
@aguschin aguschin temporarily deployed to external January 19, 2023 04:21 — with GitHub Actions Inactive
Copy link
Contributor

@aguschin aguschin left a comment

Choose a reason for hiding this comment

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

Thanks @ykasimov! This was a big one! 🚀 🎉

@aguschin aguschin merged commit c7f9161 into iterative:main Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Support saving sklearn transformers
3 participants