Enhancements to benchmarking
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 107
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the existing benchmarking command and its library, dataset, and build integrations, then narrow the requested CLI and output behavior into a defined scope with acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, machine-learning, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100