aimclub / FEDOT

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

fix pos_label #1131

Closed valer1435 closed 11 months ago

valer1435 commented 11 months ago

1) Error with pos_label when passing binary string target was fixed 2) Error with resample was fixed (add extra rule) 3) Fitness calculating errors now raise exceptions if it's test 4) Unexpected behaviour with inplace operations with data in node.fit and node.predict was fixed

aim-pep8-bot commented 11 months ago

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

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2023-08-14 09:25:14 UTC
codecov[bot] commented 11 months ago

Codecov Report

Merging #1131 (b7af0ed) into master (89ff552) will decrease coverage by 0.05%. The diff coverage is 68.00%.

@@            Coverage Diff             @@
##           master    #1131      +/-   ##
==========================================
- Coverage   78.67%   78.62%   -0.05%     
==========================================
  Files         131      131              
  Lines        9362     9401      +39     
==========================================
+ Hits         7366     7392      +26     
- Misses       1996     2009      +13     
Files Changed Coverage Δ
fedot/core/operations/operation.py 87.64% <ø> (-0.14%) :arrow_down:
fedot/core/pipelines/verification.py 100.00% <ø> (ø)
...ot/core/composer/gp_composer/specific_operators.py 80.30% <14.28%> (-7.84%) :arrow_down:
fedot/core/pipelines/pipeline.py 93.10% <50.00%> (-2.14%) :arrow_down:
fedot/core/pipelines/verification_rules.py 93.68% <78.57%> (-1.24%) :arrow_down:
fedot/core/pipelines/random_pipeline_factory.py 85.96% <83.33%> (+0.77%) :arrow_up:
fedot/core/composer/metrics.py 92.75% <84.61%> (-0.14%) :arrow_down:
fedot/api/api_utils/api_params_repository.py 96.72% <100.00%> (+0.05%) :arrow_up:

... and 2 files with indirect coverage changes