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.
2 parents f71ebb1 + 835f3cd commit 0854fb0Copy full SHA for 0854fb0
Project.toml
@@ -2,7 +2,7 @@ name = "DecisionTree"
2
uuid = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
3
license = "MIT"
4
desc = "Julia implementation of Decision Tree (CART) and Random Forest algorithms"
5
-version = "0.12.1"
+version = "0.12.2"
6
7
[deps]
8
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -13,7 +13,7 @@ ScikitLearnBase = "6e75b9c4-186b-50bd-896f-2d2496a4843e"
13
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
14
15
[compat]
16
-AbstractTrees = "0.3, 0.4"
+AbstractTrees = "0.4.3"
17
ScikitLearnBase = "0.5"
18
julia = "1.6"
19
0 commit comments