rinuboney / clatern

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

Fix linear regression to handle vectors correctly. Add support for p… #22

Closed rnowling closed 9 years ago

rnowling commented 9 years ago

…redictions on vectors or matrix. Move float-equals to new test-utils module. Add vector-equals. Update linear regression test to incorporate vector and matrix predictions. Closes #15 and #21.

rinuboney commented 9 years ago

Fixed in #23