-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unit tests for algorithms #61
Comments
Hi, @jsjason . For PageRank, I can add unit test, but I'm not sure about the
|
I made a PR #80 for further discussion. :) |
The test files should be in the same packages as the classes they are trying to test except under |
Hi, @jsjason . If you don't mind, I will add two test suites for logistic/linear regression. |
Yes, in fact I'd be really thankful. We should definitely have tests for each algorithm before upgrading to the snapshot version. |
Thanks. I will make a PR, soon. |
And, I have no idea for clustering (K-means, EM). If you're okay, what about taking care them later after moving to REEF-0.13. |
We don't have any unit tests for algorithms. We should add tests so that we can make sure the algorithms are actually performing intended behaviors.
The text was updated successfully, but these errors were encountered: