Skip to content

Commit 8ca13a7

Browse files
Volodymyr OrlovVolodymyr Orlov
authored andcommitted
fix: criterion
1 parent 5a18547 commit 8ca13a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/naive_bayes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use ndarray::Array2;
66
use smartcore::linalg::naive::dense_matrix::DenseMatrix;
77
use smartcore::linalg::BaseMatrix;
88
use smartcore::linalg::BaseVector;
9-
use smartcore::naive_bayes::GaussianNB;
9+
use smartcore::naive_bayes::gaussian::GaussianNB;
1010

1111
pub fn gaussian_naive_bayes_fit_benchmark(c: &mut Criterion) {
1212
let mut group = c.benchmark_group("GaussianNB::fit");

0 commit comments

Comments
 (0)