This is an implementation in pure Julia
of the Least Squares Support Vector Machines [1] by Suykens and Vandewalle.
It contains both a classifier and a regressor implementation.
You install this package from Pkg
like so
Pkg> add https://github.com/edwinb-ai/LeastSquaresSVM.git
This will install all the dependencies and you are good to go.