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 5a18547 commit 8ca13a7Copy full SHA for 8ca13a7
benches/naive_bayes.rs
@@ -6,7 +6,7 @@ use ndarray::Array2;
6
use smartcore::linalg::naive::dense_matrix::DenseMatrix;
7
use smartcore::linalg::BaseMatrix;
8
use smartcore::linalg::BaseVector;
9
-use smartcore::naive_bayes::GaussianNB;
+use smartcore::naive_bayes::gaussian::GaussianNB;
10
11
pub fn gaussian_naive_bayes_fit_benchmark(c: &mut Criterion) {
12
let mut group = c.benchmark_group("GaussianNB::fit");
0 commit comments