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

Support for changes in GOLEM #1189

Closed kasyanovse closed 8 months ago

kasyanovse commented 8 months ago

Add GOLEM 0.4.0 to requirements. Fix imports from GOLEM (https://github.com/aimclub/GOLEM/pull/230).

aim-pep8-bot commented 8 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-11-01 06:21:38 UTC
pep8speaks commented 8 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-11-01 06:21:45 UTC
codecov[bot] commented 8 months ago

Codecov Report

Merging #1189 (de6fe72) into master (0bc7c59) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1189      +/-   ##
==========================================
- Coverage   79.50%   79.49%   -0.01%     
==========================================
  Files         145      145              
  Lines       10021    10022       +1     
==========================================
  Hits         7967     7967              
- Misses       2054     2055       +1     
Files Coverage Δ
fedot/api/api_utils/params.py 91.17% <100.00%> (ø)
fedot/api/main.py 63.33% <100.00%> (ø)
fedot/core/caching/base_cache.py 63.63% <100.00%> (ø)
fedot/core/caching/pipelines_cache.py 83.78% <100.00%> (ø)
fedot/core/composer/composer_builder.py 85.71% <100.00%> (ø)
fedot/core/data/merge/data_merger.py 98.01% <100.00%> (+0.01%) :arrow_up:
...dot/core/optimisers/objective/metrics_objective.py 94.73% <100.00%> (ø)
fedot/core/pipelines/pipeline.py 94.70% <100.00%> (ø)
fedot/core/pipelines/tuning/tuner_builder.py 81.60% <100.00%> (ø)
fedot/core/repository/dataset_types.py 100.00% <100.00%> (ø)
... and 4 more

... and 1 file with indirect coverage changes

kasyanovse commented 8 months ago

Возможно некоторые интеграционные тесты еще надо подправить (например, test_dispatchers_with_faulty_objectives)

Этот тест я поправил, но остальные интеграционники не смотрел, так как они правятся в соседней ветке.