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 random FEDOT results with set seed #1143

Closed kasyanovse closed 11 months ago

kasyanovse commented 11 months ago

FEDOT with set seed return the same pipeline for different compose processes for now.

aim-pep8-bot commented 11 months ago

Hello @kasyanovse! 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-22 13:17:20 UTC
codecov[bot] commented 11 months ago

Codecov Report

Merging #1143 (cc20ab7) into master (0eb258b) will decrease coverage by 0.17%. Report is 3 commits behind head on master. The diff coverage is 49.01%.

@@            Coverage Diff             @@
##           master    #1143      +/-   ##
==========================================
- Coverage   78.48%   78.32%   -0.17%     
==========================================
  Files         130      130              
  Lines        9323     9350      +27     
==========================================
+ Hits         7317     7323       +6     
- Misses       2006     2027      +21     
Files Changed Coverage Δ
fedot/core/data/multi_modal.py 85.43% <0.00%> (ø)
..._implementations/models/ts_implementations/cgru.py 26.00% <0.00%> (-3.11%) :arrow_down:
fedot/core/operations/evaluation/custom.py 53.84% <33.33%> (-0.33%) :arrow_down:
fedot/core/operations/evaluation/text.py 60.43% <42.85%> (-0.48%) :arrow_down:
...t/core/repository/pipeline_operation_repository.py 96.96% <66.66%> (ø)
fedot/api/api_utils/presets.py 87.50% <100.00%> (ø)
...ore/operations/evaluation/evaluation_interfaces.py 85.84% <100.00%> (ø)
fedot/core/operations/evaluation/gpu/clustering.py 51.35% <100.00%> (ø)
fedot/core/operations/evaluation/gpu/common.py 46.93% <100.00%> (ø)
...mentations/data_operations/categorical_encoders.py 98.00% <100.00%> (ø)
... and 5 more

... and 1 file with indirect coverage changes