Skip to content

Add SaveEnsembleMixin #1046

Merged
merged 6 commits into from
Dec 22, 2022
Merged

Add SaveEnsembleMixin #1046

merged 6 commits into from
Dec 22, 2022

Conversation

Mr-Geekman
Copy link
Contributor

@Mr-Geekman Mr-Geekman commented Dec 19, 2022

Before submitting (must do checklist)

  • Did you read the contribution guide?
  • Did you update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you update the CHANGELOG?

Proposed Changes

Look #1043.

Closing issues

Closed #1043.

@Mr-Geekman Mr-Geekman self-assigned this Dec 19, 2022
@codecov-commenter
Copy link

codecov-commenter commented Dec 19, 2022

Codecov Report

❗ No coverage uploaded for pull request base (inference-v2@8f7cf4e). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff               @@
##             inference-v2    #1046   +/-   ##
===============================================
  Coverage                ?   86.15%           
===============================================
  Files                   ?      164           
  Lines                   ?     8849           
  Branches                ?        0           
===============================================
  Hits                    ?     7624           
  Misses                  ?     1225           
  Partials                ?        0           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

github-actions bot commented Dec 19, 2022

@github-actions github-actions bot temporarily deployed to pull request December 19, 2022 11:21 Inactive
@martins0n martins0n linked an issue Dec 20, 2022 that may be closed by this pull request
# save transforms separately
pipelines_dir = temp_dir / "pipelines"
pipelines_dir.mkdir()
num_digits = len(str(len(pipelines) - 1))
Copy link
Contributor

Choose a reason for hiding this comment

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

💣
What do you want to do?
We always can use fix len - for example 8 symbols - it will be enough

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, I will also change that for transforms (we have the same logic where).

@github-actions github-actions bot temporarily deployed to pull request December 21, 2022 07:34 Inactive
@github-actions github-actions bot temporarily deployed to pull request December 21, 2022 08:05 Inactive
@Mr-Geekman Mr-Geekman merged commit 8cbb1a1 into inference-v2 Dec 22, 2022
@Mr-Geekman Mr-Geekman deleted the issue-1043 branch December 22, 2022 07:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SaveEnsembleMixin
3 participants