Skip to content

Commit bbb91e2

Browse files
authored
Compact NucleiClassification Notation (#1083)
1 parent 9c79810 commit bbb91e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

histomicstk/cli/NucleiClassification/NucleiClassification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def predict_nuclei_class_prob(df, clf_model):
314314
for c in clf_model.classes_:
315315

316316
annotation.append({
317-
'name': annot_fname + '-nuclei-class-' + str(c),
317+
'name': 'Class ' + str(c) + " " + annot_fname,
318318
'elements': nuclei_annot_by_class[c]
319319
})
320320
annotation.append({

0 commit comments

Comments
 (0)