mmaul / clml

Common Lisp Machine Learning Library
Other
260 stars 36 forks source link

Fixed bug on ccl with incorrect typing breaking m^-1 function. #44

Closed Giels closed 2 years ago

Giels commented 4 years ago

On ccl, the original m^-1 function (and anything that depends on it, such as logistic regression, fails due to bad typing). This PR is a proposed solution for this problem (tested on ccl to fix this issue).