Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Barucic <barucic.d@gmail.com>
  • Loading branch information
ablaom and barucden committed May 26, 2022
1 parent ae1b3ff commit 8c18b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ model = fit!(EpsilonSVR(cost = 10., gamma = 1.), X, y)

### MLJ API

The MLJ interface to LIBSVM.jl consists of the following models:
The [MLJ](https://alan-turing-institute.github.io/MLJ.jl/dev/) interface to LIBSVM.jl consists of the following models:

- classification: `LinearSVC`, `SVC`, `NuSVC`
- regression: `EpsilonSVR`, `NuSVR`
Expand Down

0 comments on commit 8c18b32

Please sign in to comment.