FEDOT icon indicating copy to clipboard operation
FEDOT copied to clipboard

Example of custom AutoML system implementation

Open nicl-nno opened this issue 1 year ago • 4 comments

Example of simple FEDOT-based AutoML for CV

nicl-nno avatar Dec 25 '23 14:12 nicl-nno

Hello @nicl-nno! 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 2024-02-26 21:00:10 UTC

pep8speaks avatar Dec 25 '23 14:12 pep8speaks

Codecov Report

Attention: Patch coverage is 76.92308% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 79.49%. Comparing base (c17381c) to head (dcc87a3).

Files Patch % Lines
fedot/core/repository/default_params_repository.py 60.00% 2 Missing :warning:
fedot/core/pipelines/pipeline_advisor.py 50.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1236      +/-   ##
==========================================
- Coverage   79.82%   79.49%   -0.33%     
==========================================
  Files         150      150              
  Lines       10344    10349       +5     
==========================================
- Hits         8257     8227      -30     
- Misses       2087     2122      +35     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Dec 25 '23 14:12 codecov[bot]

All PEP8 errors has been fixed, thanks :heart:

Comment last updated at

github-actions[bot] avatar Feb 26 '24 15:02 github-actions[bot]

/fix-pep8

nicl-nno avatar Feb 26 '24 19:02 nicl-nno