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

Benchmarks #32

Closed edwinb-ai closed 3 years ago

edwinb-ai commented 3 years ago

We should create some simple benchmarks using BenchmarkTools.jl where we can show how well our implementations do performance-wise.

The benchmarks should be made to show the following. The benchmarks should test the classification and regression implementations.

Maybe a couple of Pluto.jl notebooks should suffice for this.

edwinb-ai commented 3 years ago

Hey @gmagannaDevelop , so I've been thinking about this one and I will close this issue, and the main work on this matter will be carried out on this repository https://github.com/edwinb-ai/LSSVM-benchmarks

There are some reasons for this:

gmagannaDevelop commented 3 years ago

Hello @edwinb-ai! I had been busy with school this week. You may have noticed that I already forked LSSVM-benchmarks. I hope to have more time during the weekend to join you. Greetings !