Skip to content

Commit 26e0a39

Browse files
committed
ported module from MLJModels.jl
1 parent d9fdda4 commit 26e0a39

File tree

4 files changed

+436
-1
lines changed

4 files changed

+436
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Manifest.toml

Project.toml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "MLJDecisionTreeInterface"
2+
uuid = "c6f25543-311c-4c74-83dc-3ea6d1015661"
3+
authors = ["Anthony D. Blaom <[email protected]>"]
4+
version = "0.1.0"
5+
6+
[deps]
7+
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
8+
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
9+
10+
[compat]
11+
julia = "1"
12+
DecisionTree = "0.10"
13+
MLJModelInterface = "0.3"

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
# MLJDecisionTreeInterface.jl
1+
# MLJ <> DecisionTree.jl
2+
3+
Repository implementing the MLJ interface for
4+
[DecisionTree.jl](https://github.com/bensadeghi/DecisionTree.jl).

0 commit comments

Comments
 (0)