aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
619 stars 84 forks source link

Remove redundant metrics mapping #1167

Closed YamLyubov closed 9 months ago

YamLyubov commented 10 months ago

Removes additional mapping of metrics and ApiMetrics.

1097

codecov[bot] commented 10 months ago

Codecov Report

Merging #1167 (122bb7c) into master (7cd593e) will decrease coverage by 0.06%. Report is 1 commits behind head on master. The diff coverage is 87.80%.

@@            Coverage Diff             @@
##           master    #1167      +/-   ##
==========================================
- Coverage   79.77%   79.71%   -0.06%     
==========================================
  Files         142      141       -1     
  Lines        9863     9851      -12     
==========================================
- Hits         7868     7853      -15     
- Misses       1995     1998       +3     
Files Changed Coverage Δ
fedot/core/composer/metrics.py 92.05% <71.42%> (-0.70%) :arrow_down:
fedot/api/main.py 63.33% <77.77%> (+0.53%) :arrow_up:
...dot/core/optimisers/objective/metrics_objective.py 94.73% <87.50%> (-5.27%) :arrow_down:
fedot/api/api_utils/api_composer.py 94.84% <100.00%> (ø)
...edot/core/repository/quality_metrics_repository.py 98.21% <100.00%> (+0.53%) :arrow_up:

... and 3 files with indirect coverage changes

aim-pep8-bot commented 10 months ago

Hello @YamLyubov! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 1:1: F401 'typing.Callable' imported but unused

Comment last updated at 2023-09-14 09:48:08 UTC