Skip to content

Commit c81c7e4

Browse files
committed
Improve code style of decision-tree example
1 parent 405f2f7 commit c81c7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linfa-trees/examples/decision_tree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use linfa_trees::{DecisionTree, DecisionTreeParams, SplitQuality};
2-
use ndarray::{array, Array, ArrayBase, Data, Ix1, Ix2, Array2, s};
2+
use ndarray::{array, s, Array, Array2, ArrayBase, Data, Ix1, Ix2};
33
use ndarray_rand::rand::Rng;
44
use ndarray_rand::rand::SeedableRng;
55
use ndarray_rand::rand_distr::StandardNormal;

0 commit comments

Comments
 (0)