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

Example of custom AutoML system implementation #1236

Open nicl-nno opened 6 months ago

nicl-nno commented 6 months ago

Example of simple FEDOT-based AutoML for CV

pep8speaks commented 6 months ago

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
codecov[bot] commented 6 months ago

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 ```diff @@ 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.

github-actions[bot] commented 4 months ago

All PEP8 errors has been fixed, thanks :heart:

Comment last updated at
nicl-nno commented 4 months ago

/fix-pep8