JuliaAI / MLJLIBSVMInterface.jl

An implementation of the MLJ model interface for support vector machines provided by LIBSVM.jl
MIT License
3 stars 2 forks source link

Add `clean!` method to catch attempts to use pre-computed kernels #12

Closed ablaom closed 2 years ago

ablaom commented 2 years ago

The current version of LIBSVM.jl in the Project.toml does not support pre-computed kernels but you can nevertheless attempt to use them, with incorrect results ensuing.

This PR changes a pre-computed kernel to radial basis functions kernel and issues an explanatory a warning.

@till-m

This is stop gap while we wait for #11.