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

Shifu Eval Confuion and Performance Improvement #59

Closed
zhangpengshan opened this issue Dec 22, 2014 · 3 comments
Closed

Shifu Eval Confuion and Performance Improvement #59

zhangpengshan opened this issue Dec 22, 2014 · 3 comments
Milestone

Comments

@zhangpengshan
Copy link
Contributor

In branch develop-0.2.4, we improve scalability of eval step while two steps:
runConfusionMatrix(evalConfig);
runPerformance(evalConfig);

The first step creates one file and read in second step. We can merge these two steps into one without creating one file.

@zhangpengshan
Copy link
Contributor Author

To make it compatible with independent runConfusionMatrix and runPerformance steps, a single method is to combine these two steps.

@zhangpengshan zhangpengshan added this to the shifu 0.2.5 milestone Feb 9, 2015
@zhangpengshan
Copy link
Contributor Author

Zhang, Simon is working on this issue. He will send pull request.

@zhangpengshan
Copy link
Contributor Author

Done by Simon Zhang. Already merged into develop-0.2.5

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

1 participant