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 793a8a8 commit ad45826Copy full SHA for ad45826
1 file changed
algorithms/linfa-bayes/src/multinomial_nb.rs
@@ -74,8 +74,6 @@ where
74
.entry(class.clone())
75
.or_insert_with(ClassHistogram::default)
76
.update_with_smoothing(xclass.view(), self.alpha(), false);
77
-
78
- dbg!(&model.class_info.get(&class));
79
}
80
81
// update priors
0 commit comments