ITMO-NSS-team / GAMLET

Framework for meta-optimisation in AutoML tasks
https://gamlet.readthedocs.io
BSD 3-Clause "New" or "Revised" License
37 stars 0 forks source link

MAB & default agent comparison Experiment #50

Open maypink opened 1 year ago

maypink commented 1 year ago

This branch contains code from both transfer_to_lightning_with_dbv0 and docker_and_experiments branches. What's new:

NB! To install appropriate GOLEM branch: pip install git+https://github.com/aimclub/GOLEM@minor-fix#egg=thegolem
To install appropriate FEDOT branch: pip install git+https://github.com/aimclub/FEDOT@add-mutation-agent#egg=fedot --no-deps

aim-pep8-bot commented 1 year ago

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

Line 279:13: E126 continuation line over-indented for hanging indent Line 287:9: E121 continuation line under-indented for hanging indent Line 356:5: F841 local variable 'e' is assigned to but never used

Line 7:1: F401 'golem.core.optimisers.adaptive.context_agents.ContextAgentTypeEnum' imported but unused Line 21:1: F401 'meta_automl.meta_algorithm.model_advisors.DiverseFEDOTPipelineAdvisor' imported but unused Line 44:121: E501 line too long (125 > 120 characters) Line 51:121: E501 line too long (131 > 120 characters) Line 53:121: E501 line too long (131 > 120 characters)

Line 6:1: F401 'typing.Any' imported but unused Line 13:1: F401 'fedot.core.pipelines.node.PrimaryNode' imported but unused Line 14:1: F401 'fedot.core.pipelines.pipeline.Pipeline' imported but unused Line 76:13: E126 continuation line over-indented for hanging indent Line 80:9: E121 continuation line under-indented for hanging indent

Line 16:121: E501 line too long (128 > 120 characters) Line 45:9: E121 continuation line under-indented for hanging indent Line 45:9: E125 continuation line with same indent as next logical line

Line 100:67: W292 no newline at end of file

Comment last updated at 2023-08-18 09:47:33 UTC
codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (transfer_to_lightning_with_dbv0@d9fa79b). Click here to learn what that means. The diff coverage is n/a.

:exclamation: Current head 04a2ae6 differs from pull request most recent head 95ce942. Consider uploading reports for the commit 95ce942 to get more accurate results

@@                        Coverage Diff                         @@
##             transfer_to_lightning_with_dbv0      #50   +/-   ##
==================================================================
  Coverage                                   ?   42.25%           
==================================================================
  Files                                      ?       26           
  Lines                                      ?      594           
  Branches                                   ?        0           
==================================================================
  Hits                                       ?      251           
  Misses                                     ?      343           
  Partials                                   ?        0