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

Reproducibility fixes #1278

Open nicl-nno opened 3 months ago

nicl-nno commented 3 months ago

OpTuna-based tuning is still non-reproducible in multi-threaded mode (by design)

docu-mentor[bot] commented 3 months ago

👋 Hi, I'm @docu-mentor, an LLM-powered GitHub app powered by Anyscale Endpoints that gives you actionable feedback on your writing.

Simply create a new comment in this PR that says:

@docu-mentor run

and I will start my analysis. I only look at what you changed in this PR. If you only want me to look at specific files or folders, you can specify them like this:

@docu-mentor run doc/ README.md

In this example, I'll have a look at all files contained in the "doc/" folder and the file "README.md". All good? Let's get started!

github-actions[bot] commented 3 months ago

All PEP8 errors has been fixed, thanks :heart:

Comment last updated at
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.95%. Comparing base (b711ebe) to head (3ea908b). Report is 11 commits behind head on master.

:exclamation: Current head 3ea908b differs from pull request most recent head 2b33c57

Please upload reports for the commit 2b33c57 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1278 +/- ## ========================================== + Coverage 79.92% 79.95% +0.02% ========================================== Files 146 146 Lines 10049 10054 +5 ========================================== + Hits 8032 8039 +7 + Misses 2017 2015 -2 ```

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

pep8speaks commented 3 months ago

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

Line 17:1: F401 'examples.simple.time_series_forecasting.ts_pipelines.ts_glm_pipeline' imported but unused Line 17:1: F401 'examples.simple.time_series_forecasting.ts_pipelines.ts_glm_ridge_pipeline' imported but unused Line 17:1: F401 'examples.simple.time_series_forecasting.ts_pipelines.ts_polyfit_pipeline' imported but unused

Comment last updated at 2024-06-27 10:23:53 UTC