Skip to content

Commit 9281d06

Browse files
committed
add travis, github workflows
1 parent 8bffee7 commit 9281d06

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
Manifest.toml
2+
.ipynb_checkpoints
3+
*~
4+
#*
5+
.DS_Store
6+
sandbox/
7+
/docs/build/
8+
/docs/site/
9+
/docs/Manifest.toml
10+
.vscode

Project.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ version = "0.1.0"
77
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
88
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
99

10+
[compat]
11+
DecisionTree = "0.10"
12+
MLJModelInterface = "0.3"
13+
julia = "1"
14+
1015
[extras]
1116
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
1217
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
@@ -16,8 +21,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1621

1722
[targets]
1823
test = ["CategoricalArrays", "MLJBase", "MLJModels", "Random", "Test"]
19-
20-
[compat]
21-
julia = "1"
22-
DecisionTree = "0.10"
23-
MLJModelInterface = "0.3"

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# MLJ <> DecisionTree.jl
22

3-
Repository implementing the MLJ interface for
4-
[DecisionTree.jl](https://github.com/bensadeghi/DecisionTree.jl).
3+
Repository implementing MLJ interface for
4+
[DecisionTree](https://github.com/JuliaStats/DecisionTree.jl) models.
5+
6+
7+
[![Build Status](https://travis-ci.com/alan-turing-institute/DecisionTreeInterface.jl.svg?branch=master)](https://travis-ci.com/github/alan-turing-institute/MLJDecisionTreeInterface.jl)
8+
[![Coverage](https://coveralls.io/repos/github/alan-turing-institute/MLJDecisionTreeInterface.jl/badge.svg?branch=master)](http://codecov.io/github/alan-turing-institute/MLJBase.jl?branch=master)
9+
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)

0 commit comments

Comments
 (0)