Skip to content

Commit cd52ff3

Browse files
committed
--amend
1 parent e455f4f commit cd52ff3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

delta/src/classical_ml/algorithms.rs

-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,6 @@ where
532532

533533
fn predict(&self, x: &Array2<T>) -> Array1<T> {
534534
// Implement the prediction logic by traversing the tree
535-
536535
let mut predictions = Vec::with_capacity(x.shape()[0]);
537536

538537
if let Some(root) = &self.root {

0 commit comments

Comments
 (0)