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 405f2f7 commit c81c7e4Copy full SHA for c81c7e4
linfa-trees/examples/decision_tree.rs
@@ -1,5 +1,5 @@
1
use linfa_trees::{DecisionTree, DecisionTreeParams, SplitQuality};
2
-use ndarray::{array, Array, ArrayBase, Data, Ix1, Ix2, Array2, s};
+use ndarray::{array, s, Array, Array2, ArrayBase, Data, Ix1, Ix2};
3
use ndarray_rand::rand::Rng;
4
use ndarray_rand::rand::SeedableRng;
5
use ndarray_rand::rand_distr::StandardNormal;
0 commit comments