We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c986614 commit f243708Copy full SHA for f243708
graphgen/models/partitioner/ece_partitioner.py
@@ -17,7 +17,7 @@
17
class ECEPartitioner(BFSPartitioner):
18
"""
19
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')
+ We calculate ECE for edges in KG (represented as 'comprehension loss')
21
and group edges with similar ECE values into the same community.
22
1. Select a sampling strategy.
23
2. Choose a unit based on the sampling strategy.
0 commit comments