-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
This task is to check MLPack's benchmarking framework, and add more Shogun methods to it. We eventually want all of Shogun's algorithms in there to be covered.
This is really quite simple, and requires few scripts to be added, examples
Some information can be found here:
https://github.com/shogun-toolbox/shogun/wiki/GSoC_2017_project_fundamental_usual_suspects
Another nice thing to have would be a sorted list of where shogun does best/worst against other frameworks.
Steps:
- Find out which algorithms are covered by the framework (both by shogun and in general)
- Go to http://www.mlpack.org/benchmark.html and check the latest reports
- Find a reported algorithm that is implemented in Shogun, but not yet covered by the benchmarks (LARS is such an example)
- Add it
- Goto 1