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

[FIX] Neural Network: Default learner name propagation #6526

Merged
merged 2 commits into from
Aug 24, 2023

Conversation

ales-erjavec
Copy link
Contributor

Issue

Fixes: #6516

... the same problem is also fixed in kNN, Stochastic Gradient Descent and CN2 Rule Induction

Description of changes
  • Remove learner_name setting redefinition
Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #6526 (9c0c57b) into master (49dc3fd) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6526      +/-   ##
==========================================
- Coverage   87.68%   87.68%   -0.01%     
==========================================
  Files         321      321              
  Lines       69371    69367       -4     
==========================================
- Hits        60830    60824       -6     
- Misses       8541     8543       +2     

@ales-erjavec ales-erjavec changed the title [FIX] Neural Network: Default name propagation [FIX] Neural Network: Default learner name propagation Aug 1, 2023
@janezd janezd self-assigned this Aug 17, 2023
@janezd janezd merged commit d49a8a3 into biolab:master Aug 24, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Neural Networks - no transfer of new widget name
2 participants