byu-dml / metalearn

BYU's python library of useable tools for metalearning
MIT License
22 stars 6 forks source link

Remove unused imports #207

Closed JeremyRees closed 4 years ago

JeremyRees commented 4 years ago

Closes #197.

codecov-io commented 4 years ago

Codecov Report

Merging #207 into develop will decrease coverage by 0.13%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #207      +/-   ##
===========================================
- Coverage    92.36%   92.23%   -0.14%     
===========================================
  Files           13       13              
  Lines          760      747      -13     
===========================================
- Hits           702      689      -13     
  Misses          58       58
Impacted Files Coverage Δ
metalearn/metafeatures/common_operations.py 100% <ø> (ø) :arrow_up:
metalearn/metafeatures/landmarking_metafeatures.py 100% <ø> (ø) :arrow_up:
metalearn/metafeatures/simple_metafeatures.py 100% <ø> (ø) :arrow_up:
metalearn/metafeatures/base.py 93.61% <ø> (-0.14%) :arrow_down:
metalearn/metafeatures/text_metafeatures.py 100% <100%> (ø) :arrow_up:
...metafeatures/information_theoretic_metafeatures.py 95.34% <100%> (ø) :arrow_up:
metalearn/metafeatures/statistical_metafeatures.py 52.32% <100%> (-1.09%) :arrow_down:
metalearn/metafeatures/metafeatures.py 95.73% <100%> (-0.1%) :arrow_down:

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 92e8a0d...cc642a9. Read the comment docs.

bjschoenfeld commented 4 years ago

@JeremyRees can you resolve the conflicts?