Skip to content

Commit

Permalink
Improve code style of decision-tree example
Browse files Browse the repository at this point in the history
  • Loading branch information
bytesnake committed Nov 29, 2020
1 parent 405f2f7 commit c81c7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linfa-trees/examples/decision_tree.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use linfa_trees::{DecisionTree, DecisionTreeParams, SplitQuality};
use ndarray::{array, Array, ArrayBase, Data, Ix1, Ix2, Array2, s};
use ndarray::{array, s, Array, Array2, ArrayBase, Data, Ix1, Ix2};
use ndarray_rand::rand::Rng;
use ndarray_rand::rand::SeedableRng;
use ndarray_rand::rand_distr::StandardNormal;
Expand Down

0 comments on commit c81c7e4

Please sign in to comment.