aimclub / Fedot.Industrial

Python framework for automated time series classification, regression and forecasting
https://fedotindustrial.readthedocs.io
BSD 3-Clause "New" or "Revised" License
76 stars 7 forks source link

Micro patch 0.4.1.2 #126

Closed v1docq closed 3 months ago

pep8speaks commented 3 months ago

Thanks for update, @v1docq!

Line 12:1: F401 'fedot.core.pipelines.tuning.tuner_builder.TunerBuilder' imported but unused Line 21:1: F401 'fedot_ind.core.repository.constanst_repository.FEDOT_HEAD_ENSEMBLE' imported but unused Line 149:32: F841 local variable 'n_classes' is assigned to but never used Line 150:44: E127 continuation line over-indented for visual indent Line 151:44: E127 continuation line over-indented for visual indent Line 169:79: E127 continuation line over-indented for visual indent Line 398:54: F541 f-string is missing placeholders Line 399:47: F541 f-string is missing placeholders

Line 92:13: F841 local variable 'e' is assigned to but never used Line 266:13: F841 local variable 'e' is assigned to but never used Line 490:13: F841 local variable 'e' is assigned to but never used

Line 128:9: E704 multiple statements on one line (def) Line 131:9: E704 multiple statements on one line (def) Line 135:9: E704 multiple statements on one line (def) Line 140:9: E704 multiple statements on one line (def)

Line 12:1: F401 'golem.core.tuning.iopt_tuner.IOptTuner' imported but unused Line 23:1: F403 'from fedot_ind.core.models.topological.topofeatures import ' used; unable to detect undefined names Line 23:1: F401 'fedot_ind.core.models.topological.topofeatures.' imported but unused Line 195:27: E128 continuation line under-indented for visual indent

Comment last updated at 2024-03-07 12:41:20 UTC
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 33.33333% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 56.17%. Comparing base (a473df9) to head (06b68d4). Report is 4 commits behind head on main.

Files Patch % Lines
fedot_ind/api/main.py 0.00% 5 Missing :warning:
.../core/architecture/preprocessing/data_convertor.py 50.00% 2 Missing :warning:
...core/operation/transformation/basis/eigen_basis.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #126 +/- ## ========================================== - Coverage 56.28% 56.17% -0.11% ========================================== Files 102 102 Lines 9004 9025 +21 ========================================== + Hits 5068 5070 +2 - Misses 3936 3955 +19 ``` | [Flag](https://app.codecov.io/gh/aimclub/Fedot.Industrial/pull/126/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aimclub) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/aimclub/Fedot.Industrial/pull/126/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aimclub) | `56.17% <33.33%> (-0.11%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aimclub#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.