File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,6 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
33
33
ThreadSafeDicts = " 4239201d-c60e-5e0a-9702-85d713665ba7"
34
34
ZipFile = " a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
35
35
36
- [weakdeps ]
37
- SoleDecisionTreeInterface = " de8eae22-3630-40e0-868c-abfc4c1bb3da"
38
-
39
- [extensions ]
40
- SoleDecisionTreeInterfaceExt = " SoleDecisionTreeInterface"
41
-
42
36
[compat ]
43
37
AbstractTrees = " 0.4"
44
38
BenchmarkTools = " 1"
@@ -59,7 +53,6 @@ Reexport = "1"
59
53
Revise = " 3"
60
54
SoleBase = " 0.12"
61
55
SoleData = " 0.15, 0.16"
62
- SoleDecisionTreeInterface = " 0.1"
63
56
SoleLogics = " 0.9, 0.10"
64
57
StatsBase = " 0.30 - 0.34"
65
58
Suppressor = " 0.2"
@@ -75,6 +68,7 @@ MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
75
68
Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
76
69
MultiData = " 8cc5100c-b3d1-4f82-90cb-0ea93d317aba"
77
70
PlutoUI = " 7f904dfe-b85e-4ff6-b463-dae2292396a8"
71
+ SoleDecisionTreeInterface = " de8eae22-3630-40e0-868c-abfc4c1bb3da"
78
72
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
79
73
80
74
[targets ]
Original file line number Diff line number Diff line change @@ -61,8 +61,11 @@ export trees
61
61
62
62
export MixedModel
63
63
64
+ export solemodel
65
+
64
66
include (" types/model.jl" )
65
67
include (" types/AbstractTrees.jl" )
68
+ include (" types/api.jl" )
66
69
67
70
include (" utils/models/leaf.jl" )
68
71
include (" utils/models/rule-and-branch.jl" )
Original file line number Diff line number Diff line change 1
- module SoleDecisionTreeInterfaceExt
2
-
3
- using SoleModels, SoleDecisionTreeInterface
4
1
5
2
# TODO document, together with issymbolic and listrules
6
3
"""
@@ -24,5 +21,3 @@ function solemodel(o::Any, args...; kwargs...)
24
21
end
25
22
end
26
23
end
27
-
28
- end # module
You can’t perform that action at this time.
0 commit comments