Skip to content

Commit ad45826

Browse files
committed
Remove debug trace
1 parent 793a8a8 commit ad45826

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

algorithms/linfa-bayes/src/multinomial_nb.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ where
7474
.entry(class.clone())
7575
.or_insert_with(ClassHistogram::default)
7676
.update_with_smoothing(xclass.view(), self.alpha(), false);
77-
78-
dbg!(&model.class_info.get(&class));
7977
}
8078

8179
// update priors

0 commit comments

Comments
 (0)