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

Rename ClassificationInput to ClassificationInputMixin #1116

Merged
merged 7 commits into from
Jan 14, 2022

Conversation

ethanwharris
Copy link
Collaborator

What does this PR do?

Fixes # (issue)

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests? [not needed for typos/docs]
  • Did you verify new and existing tests pass locally with your changes?
  • If you made a notable change (that affects users), did you update the CHANGELOG?

PR review

  • Is this pull request ready for review? (if not, please submit in draft mode)

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 馃檭

@codecov
Copy link

codecov bot commented Jan 14, 2022

Codecov Report

Merging #1116 (66c8e40) into master (428cdb8) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1116      +/-   ##
==========================================
- Coverage   88.50%   88.50%   -0.01%     
==========================================
  Files         286      286              
  Lines       12938    12937       -1     
==========================================
- Hits        11451    11450       -1     
  Misses       1487     1487              
Flag Coverage 螖
unittests 88.50% <100.00%> (-0.01%) 猬囷笍

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage 螖
flash/audio/classification/input.py 96.25% <100.00%> (酶)
flash/core/data/io/classification_input.py 100.00% <100.00%> (酶)
flash/graph/classification/input.py 89.28% <100.00%> (酶)
flash/image/classification/input.py 98.79% <100.00%> (酶)
flash/tabular/classification/input.py 92.00% <100.00%> (酶)
flash/tabular/regression/input.py 90.00% <100.00%> (酶)
flash/template/classification/data.py 95.38% <100.00%> (酶)
flash/text/classification/input.py 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 428cdb8...66c8e40. Read the comment docs.

Copy link
Contributor

@tchaton tchaton left a comment

Choose a reason for hiding this comment

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

LGTM !

@ethanwharris ethanwharris merged commit 5d41d1a into master Jan 14, 2022
@ethanwharris ethanwharris deleted the feature/refactor_classification_input branch January 14, 2022 14:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants