Skip to content

Commit db8f860

Browse files
authored
Merge pull request #34 from john-waczak/patch-1
update docs per #33
2 parents d908f77 + 9c14709 commit db8f860

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/MLJDecisionTreeInterface.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,7 @@ Train the machine using `fit!(mach, rows=...)`.
446446
447447
- `min_purity_increase=0`: min purity needed for a split
448448
449-
- `n_subfeatures=0`: number of features to select at random (0 for all,
450-
-1 for square root of number of features)
449+
- `n_subfeatures=0`: number of features to select at random (0 for all)
451450
452451
- `post_prune=false`: set to `true` for post-fit pruning
453452
@@ -772,8 +771,7 @@ Train the machine with `fit!(mach, rows=...)`.
772771
773772
- `min_purity_increase=0`: min purity needed for a split
774773
775-
- `n_subfeatures=0`: number of features to select at random (0 for all,
776-
-1 for square root of number of features)
774+
- `n_subfeatures=0`: number of features to select at random (0 for all)
777775
778776
- `post_prune=false`: set to `true` for post-fit pruning
779777

0 commit comments

Comments
 (0)