cleanlab icon indicating copy to clipboard operation
cleanlab copied to clipboard

Knn graph code refactor

Open 01PrathamS opened this issue 2 years ago • 1 comments

Summary

🎯 Purpose: refactor reused code process_knn_graph_from_inputs

[ ✏️ implement process_knn_graph_from_inputs as an instance method under ConstructedKNNGraph class in new file utils.py ]

solves: #889

01PrathamS avatar Nov 17 '23 14:11 01PrathamS

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a6d1319) 96.72% compared to head (9a65c38) 96.80%. Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #898      +/-   ##
==========================================
+ Coverage   96.72%   96.80%   +0.08%     
==========================================
  Files          69       70       +1     
  Lines        5402     5381      -21     
  Branches      925      916       -9     
==========================================
- Hits         5225     5209      -16     
+ Misses         89       86       -3     
+ Partials       88       86       -2     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Nov 17 '23 15:11 codecov[bot]