edwinb-ai / LeastSquaresSVM

A Least Squares Support Vector Machine implementation in pure Julia
https://edwinb-ai.github.io/LeastSquaresSVM/dev/
MIT License
1 stars 1 forks source link

Fixed size implementation #39

Open edwinb-ai opened 3 years ago

edwinb-ai commented 3 years ago

Closes #33

WIP:

edwinb-ai commented 2 years ago

The documentation and examples are going to be handled in a different issue, in order to be consistent and not mix up implementations and documentation refactoring.

Also, the version bump will be handled in a different issue in order to deal with dependencies and other similar issues.