Open rnowling opened 9 years ago
So far, we've added tests for K-Means (PR #1), K Nearest Neighbors (PR #5), and distance metrics (PR #13).
I've created issue #7 to track tests for Gaussian NB. We should create issues to track tests for other modules (preprocessing, optimization, logistic regression, linear regression).
I suggest we close this issue once tests are added for all existing computational functions (classifiers, preprocessing, optimization).
I created issues for the other modules:
Issue #18 Preprocessing Issue #17 Optimization Issue #16 Logistic Regression Issue #15 Linear Regression
I'd like to add unit tests to help identify any potential bugs and prevent introducing bugs.