Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up SA module & add example #1114

Merged
merged 16 commits into from
Aug 7, 2023
Merged

Clean up SA module & add example #1114

merged 16 commits into from
Aug 7, 2023

Conversation

maypink
Copy link
Collaborator

@maypink maypink commented Jun 26, 2023

  1. Example of SA usage with pipelines
  2. Refactor existing SA functionality: remove useless classes that are alredy exist in GOLEM
  3. MultiOperationsHPAnalyze is left for the next iteration of refactoring since it contains new logic abput hyperparameters optimization with SA
  4. Documentstion refactoring will be done after refactoring with MultiOperationsHPAnalyze will be completed.

@maypink maypink linked an issue Jun 26, 2023 that may be closed by this pull request
@aim-pep8-bot
Copy link

aim-pep8-bot commented Jun 26, 2023

Hello @maypink! 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! 🍻

Comment last updated at 2023-08-07 09:02:13 UTC

@maypink maypink marked this pull request as ready for review July 10, 2023 09:52
@YamLyubov YamLyubov self-requested a review July 10, 2023 09:56
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #1114 (979cd2c) into master (16d507f) will increase coverage by 0.11%.
Report is 6 commits behind head on master.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master    #1114      +/-   ##
==========================================
+ Coverage   78.65%   78.77%   +0.11%     
==========================================
  Files         130      131       +1     
  Lines        9306     9322      +16     
==========================================
+ Hits         7320     7343      +23     
+ Misses       1986     1979       -7     
Files Changed Coverage Δ
fedot/core/pipelines/pipeline.py 95.80% <50.00%> (ø)

... and 6 files with indirect coverage changes

@maypink maypink merged commit b937088 into master Aug 7, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Example for SA
3 participants