-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hi,
I was thinking of adding some features & simplifying the benchmarking tool into a single line usage command line interface.
For example:
- ‘mlpack-benchmark -ann -mlpack -github=#1123123’
- ‘mlpack-benchmark -ann -shogun -github=#522323’
- ‘mlpack-benchmark -ann -mlpack'
The following should be the parameters to this system:
- The algorithm (-ann, -kmeans, -cnn)
- The ML library (-mlpack, -shogun, -scikit)
- GitHub commit (optional)
- Local path to uncommitted library (-local=/some/path)
- Which data sets to train on (-datasets=wine,iris)
The output should be the time it took to train on each data set, error rate, more specific
output on the algorithm itself (MSE, avg. time per epoch etc.)
This enhancement should also allow users to specify which commit of the library they wanna run the benchmark test on. Alternatively, they could specify a local commit to bench mark, to easily test uncommitted changes. Moreover, this program will automatically download & build the source of the library if required.
rcurtin and zoq
Metadata
Metadata
Assignees
Labels
No labels