collinleiber / ClustPy

A Python library for advanced clustering algorithms
https://clustpy.readthedocs.io/en/
BSD 3-Clause "New" or "Revised" License
99 stars 12 forks source link

Augmentation #61

Closed Lumik7 closed 1 year ago

Lumik7 commented 1 year ago

Added ACeDec (Issue #15) and Augmentation (Issue #59) for ACeDeC , ENRC, DEC, IDEC, DCN.

codecov[bot] commented 1 year ago

Codecov Report

Merging #61 (a2aec6e) into main (d42a9ff) will decrease coverage by 0.30%. Report is 2 commits behind head on main. The diff coverage is 88.77%.

:exclamation: Current head a2aec6e differs from pull request most recent head fbb4068. Consider uploading reports for the commit fbb4068 to get more accurate results

@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
- Coverage   89.70%   89.40%   -0.30%     
==========================================
  Files          57       57              
  Lines        6595     6825     +230     
==========================================
+ Hits         5916     6102     +186     
- Misses        679      723      +44     
Files Changed Coverage Δ
clustpy/data/real_world_data.py 81.15% <0.00%> (ø)
clustpy/deep/_utils.py 90.00% <ø> (ø)
clustpy/deep/dipdeck.py 88.02% <ø> (+0.52%) :arrow_up:
clustpy/deep/dipencoder.py 89.73% <ø> (-0.77%) :arrow_down:
clustpy/deep/vade.py 96.57% <ø> (ø)
clustpy/metrics/confusion_matrix.py 95.55% <ø> (ø)
clustpy/utils/evaluation.py 90.00% <10.00%> (-3.81%) :arrow_down:
clustpy/deep/autoencoders/_abstract_autoencoder.py 84.48% <42.85%> (-2.68%) :arrow_down:
clustpy/deep/_data_utils.py 84.61% <83.33%> (-2.89%) :arrow_down:
clustpy/deep/enrc.py 83.83% <92.73%> (-0.48%) :arrow_down:
... and 4 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more