Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow printing of all the metrics #124

Open
manish7294 opened this issue Jun 18, 2018 · 1 comment
Open

Allow printing of all the metrics #124

manish7294 opened this issue Jun 18, 2018 · 1 comment

Comments

@manish7294
Copy link
Member

manish7294 commented Jun 18, 2018

As of now, benchmarks only writes out timings to the output as the programme execute, but ideally it should have all the metrics(like Timings, Accuracy, etc. ) in the output, which are there being measured in method's benchmarking script.
Currently bash output looks like (It only shows timings):

mlpack shogun
iris 0.008097 0.008097
ionosphere 0.172063 0.172063

But I think it should be somewhat like (need not to be similar) :

Time Mlpack Shogun
iris 0.008097 0.008097
ionosphere 0.172063 0.172063
Accuracy Mlpack Shogun
iris 96.6667 96.6667
ionosphere 97.3245 97.3245
@rcurtin
Copy link
Member

rcurtin commented Jun 25, 2018

I agree, definitely this would be an improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants