Skip to content

Commit

Permalink
Merge pull request #13 from JuliaAI/callable-as-kernel
Browse files Browse the repository at this point in the history
Allow `kernel` to be callable, fix some sloppy implementation of the MLJ interface; add docstrings
  • Loading branch information
ablaom authored Mar 31, 2022
2 parents 8a3693d + 7b17864 commit 5ed884a
Show file tree
Hide file tree
Showing 3 changed files with 1,066 additions and 119 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJLIBSVMInterface"
uuid = "61c7150f-6c77-4bb1-949c-13197eac2a52"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.1.4"
version = "0.2.0"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand All @@ -11,8 +11,8 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
CategoricalArrays = "0.10"
LIBSVM = "0.8.0"
MLJModelInterface = "^0.3.6,^0.4, 1.0"
LIBSVM = "0.8"
MLJModelInterface = "1.4"
julia = "1.3"

[extras]
Expand Down
Loading

0 comments on commit 5ed884a

Please sign in to comment.