-
Notifications
You must be signed in to change notification settings - Fork 7
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
Industrial Release 0.4.2 #141
Conversation
v1docq
commented
May 17, 2024
- Add Set of Valid Pipelines for each task
- Add NBEATS for ts forecasting
- Add forecasting assumption strategy
- Add unit-tests for pipelines
- Bug fixes
LoRa impl
LoRa impl
…_forecasting_advanced # Conflicts: # fedot_ind/core/architecture/preprocessing/data_convertor.py # fedot_ind/core/models/nn/network_impl/nbeats.py # fedot_ind/core/repository/constanst_repository.py # fedot_ind/core/repository/data/default_operation_params.json # fedot_ind/core/repository/data/industrial_model_repository.json # fedot_ind/core/repository/model_repository.py
LoRa impl
LoRa impl
…_forecasting_advanced # Conflicts: # fedot_ind/core/models/nn/network_impl/nbeats.py # fedot_ind/core/models/nn/network_modules/layers/forecasting/nbeats.py # fedot_ind/core/operation/interfaces/industrial_model_strategy.py
LoRa impl
LoRa impl
LoRa impl
LoRa impl
…_forecasting_advanced # Conflicts: # fedot_ind/core/repository/data/default_operation_params.json
Thanks for update, @v1docq!
Comment last updated at 2024-05-17 15:27:24 UTC |
# Conflicts: # examples/automl_example/api_example/time_series/ts_forecasting/ts_forecasting_example.py # fedot_ind/api/utils/checkers_collections.py # fedot_ind/api/utils/industrial_strategy.py # fedot_ind/core/architecture/pipelines/abstract_pipeline.py # fedot_ind/core/repository/constanst_repository.py # fedot_ind/core/repository/industrial_implementations/abstract.py # fedot_ind/tools/example_utils.py # fedot_ind/tools/loader.py
…_forecasting_advanced
…_forecasting_advanced # Conflicts: # fedot_ind/__init__.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
добавил ещё удаление неиспользуемых переменных и импортов, на которые ругается pep8speaks
буду наблюдать дальше, возможно чуть позже сформирую конфиг для более тонкой настройки форматирования
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #141 +/- ##
==========================================
- Coverage 56.17% 47.51% -8.67%
==========================================
Files 102 111 +9
Lines 9025 10731 +1706
==========================================
+ Hits 5070 5099 +29
- Misses 3955 5632 +1677
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |