Skip to content

Commit ce0e67d

Browse files
authored
Merge pull request #36 from JuliaAI/dev
For a 0.3.0 release
2 parents 52ce4b7 + 39135de commit ce0e67d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJDecisionTreeInterface"
22
uuid = "c6f25543-311c-4c74-83dc-3ea6d1015661"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.2.5"
4+
version = "0.3.0"
55

66
[deps]
77
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
@@ -10,7 +10,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1010
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1111

1212
[compat]
13-
DecisionTree = "0.11"
13+
DecisionTree = "0.12"
1414
MLJModelInterface = "1.5"
1515
Tables = "1.6"
1616
julia = "1.6"

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)