Evaluating the logistic regression given a large matrix of predictors was a killer roadblock (>99% runtime). NumPy's applyOverDimension didn't cut it. Instead: write the appropriate function as a c extension and call into it.

This is perhaps the most painful thing ever with python, but totally doable (better than a .mex file with matlab -- eh Guillermo?)
This commit is contained in:
Christopher Hartl 2012-10-17 23:52:47 -04:00
parent 98b83421a3
commit ce70230a2e

Diff Content Not Available