Skip to content

Commit f243708

Browse files
Update graphgen/models/partitioner/ece_partitioner.py
Co-authored-by: Copilot <[email protected]>
1 parent c986614 commit f243708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphgen/models/partitioner/ece_partitioner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class ECEPartitioner(BFSPartitioner):
1818
"""
1919
ECE partitioner that partitions the graph into communities based on Expected Calibration Error (ECE).
20-
We calculate ECE for edges in KG(represented as 'comprehension loss')
20+
We calculate ECE for edges in KG (represented as 'comprehension loss')
2121
and group edges with similar ECE values into the same community.
2222
1. Select a sampling strategy.
2323
2. Choose a unit based on the sampling strategy.

0 commit comments

Comments
 (0)