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

Features/607 som #760

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft

Features/607 som #760

wants to merge 26 commits into from

Conversation

Inzlinger
Copy link
Collaborator

Description

Implementation of self organizing maps. Still needs #703 to be fixed so the result is deterministic for all splits.

List any dependencies Issue/s resolved:

#607

Type of change

  • New feature (non-breaking change which adds functionality)

Due Diligence

  • All split configurations tested
  • Multiple dtypes tested in relevant functions
  • Documentation updated (if needed)
  • Updated changelog.md under the title "Pending Additions"

Does this change modify the behaviour of other functions? If so, which?

no

Inzlinger and others added 24 commits June 29, 2020 17:02
@mtar
Copy link
Collaborator

mtar commented Apr 17, 2021

GPU cluster tests are currently disabled on this Pull Request.

@Inzlinger Inzlinger mentioned this pull request Apr 17, 2021
4 tasks
@codecov
Copy link

codecov bot commented Nov 11, 2021

Codecov Report

Merging #760 (69926fb) into master (3db3877) will decrease coverage by 5.16%.
The diff coverage is 6.02%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #760      +/-   ##
==========================================
- Coverage   95.47%   90.30%   -5.17%     
==========================================
  Files          64       65       +1     
  Lines        9535     9618      +83     
==========================================
- Hits         9104     8686     -418     
- Misses        431      932     +501     
Flag Coverage Δ
gpu ?
unit 90.30% <6.02%> (-0.74%) ⬇️

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

Impacted Files Coverage Δ
heat/som/som.py 0.00% <0.00%> (ø)
heat/core/_operations.py 95.02% <71.42%> (-0.86%) ⬇️
heat/optim/dp_optimizer.py 24.19% <0.00%> (-71.89%) ⬇️
heat/core/devices.py 86.66% <0.00%> (-11.12%) ⬇️
heat/nn/data_parallel.py 84.13% <0.00%> (-10.35%) ⬇️
heat/cluster/spectral.py 85.71% <0.00%> (-8.58%) ⬇️
heat/core/communication.py 89.90% <0.00%> (-6.86%) ⬇️
heat/core/tests/test_suites/basic_test.py 91.26% <0.00%> (-4.86%) ⬇️
heat/core/linalg/qr.py 97.30% <0.00%> (-2.70%) ⬇️
heat/utils/data/partial_dataset.py 92.30% <0.00%> (-2.06%) ⬇️
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3db3877...69926fb. Read the comment docs.

@ClaudiaComito
Copy link
Contributor

requires #914

@ClaudiaComito ClaudiaComito mentioned this pull request Aug 21, 2023
@ClaudiaComito ClaudiaComito added the high-level functions High-level machine-learning algorithms label Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high-level functions High-level machine-learning algorithms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants