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

nn_models refactoring #120

Merged
merged 55 commits into from
Feb 22, 2024
Merged

nn_models refactoring #120

merged 55 commits into from
Feb 22, 2024

Conversation

technocreep
Copy link
Collaborator

  • base_nn_model refactoring
  • improved validation

@technocreep technocreep added the enhancement New feature or request label Feb 21, 2024
@technocreep technocreep self-assigned this Feb 21, 2024
#	fedot_ind/api/main.py
#	fedot_ind/core/metrics/metrics_implementation.py
#	fedot_ind/core/operation/transformation/basis/eigen_basis.py
#	fedot_ind/tools/loader.py
Copy link

codecov bot commented Feb 21, 2024

Codecov Report

Attention: 130 lines in your changes are missing coverage. Please review.

Comparison is base (fc114be) 56.15% compared to head (143654c) 56.27%.
Report is 1 commits behind head on main.

Files Patch % Lines
...t_ind/core/models/nn/network_impl/base_nn_model.py 28.91% 59 Missing ⚠️
fedot_ind/api/utils/recurrent_image.py 0.00% 22 Missing ⚠️
...t_ind/core/models/ts_forecasting/ssa_forecaster.py 55.00% 9 Missing ⚠️
.../core/architecture/preprocessing/data_convertor.py 38.46% 8 Missing ⚠️
fedot_ind/core/models/nn/network_impl/inception.py 50.00% 7 Missing ⚠️
...edot_ind/core/models/nn/network_impl/omni_scale.py 41.66% 7 Missing ⚠️
fedot_ind/api/main.py 0.00% 6 Missing ⚠️
fedot_ind/core/models/nn/network_impl/resnet.py 0.00% 4 Missing ⚠️
...ot_ind/core/architecture/abstraction/decorators.py 0.00% 2 Missing ⚠️
...peration/transformation/regularization/spectrum.py 33.33% 2 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
+ Coverage   56.15%   56.27%   +0.11%     
==========================================
  Files         102      102              
  Lines        8946     9004      +58     
==========================================
+ Hits         5024     5067      +43     
- Misses       3922     3937      +15     
Flag Coverage Δ
unittests 56.27% <45.83%> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@technocreep technocreep requested a review from v1docq February 21, 2024 15:54
technocreep and others added 5 commits February 22, 2024 13:56
#	fedot_ind/api/main.py
#	fedot_ind/core/operation/transformation/basis/eigen_basis.py
#	fedot_ind/core/repository/constanst_repository.py
@technocreep technocreep merged commit 7c37e1c into main Feb 22, 2024
7 checks passed
@technocreep technocreep deleted the multi_channel_rec branch February 22, 2024 15:30
MisterZurg pushed a commit to MisterZurg/Fedot.Industrial that referenced this pull request Apr 22, 2024
* fixed metrics calculation and logging
* reqs fix to compatible state
* deleted obsolete modules
* fixed resnet performance
* fixed dataset configuration
* added colorization to recurrence extractor (kernel_matrix)
* example recur + resnet
* added 3-channel recurrence representation of ts
* refactored base_nn_model: best val model saving, new methods
* pep8 fix
* fix in convert predict, add accuracy logging

---------

Co-authored-by: v1docq <ir@raxeltelematics.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants