rinuboney / clatern

Machine Learning in Clojure
Eclipse Public License 1.0
67 stars 12 forks source link

Add unit tests #2

Open rnowling opened 9 years ago

rnowling commented 9 years ago

I'd like to add unit tests to help identify any potential bugs and prevent introducing bugs.

rnowling commented 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).

rnowling commented 9 years ago

I created issues for the other modules:

Issue #18 Preprocessing Issue #17 Optimization Issue #16 Logistic Regression Issue #15 Linear Regression