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 e687ec4 + 0863176 commit 9a3f54cCopy full SHA for 9a3f54c
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
version:
18
- - '1.0'
+ - '1.6'
19
- '1'
20
- 'nightly'
21
os:
Project.toml
@@ -10,7 +10,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
10
11
[compat]
12
DecisionTree = "0.10"
13
-julia = "1"
+MLJModelInterface = "^0.3,^0.4, 1.0"
14
+julia = "1.6"
[extras]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
0 commit comments