From 817757e750199df1c3f782c823ed1742c0403f98 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 9 Oct 2020 22:26:35 +0200 Subject: Commit --- tree.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tree.py') diff --git a/tree.py b/tree.py index 0351e3c..db6975b 100644 --- a/tree.py +++ b/tree.py @@ -203,10 +203,13 @@ # 2D data array corresponding to some node # /y/ numpy.array, 1D numpy array of binary labels corresponding to the # rows in the 2D data array corresponding to some node -# /minleaf/ @todo +# /minleaf/ int, number of x-rows a child must have before splitting # Returns -> tuple +# Computes the best split based on the given features using the impurity +# function. + # """ -- cgit v1.2.3