Lars
Lars
Just to let you know, there's a variant of Daciuk et al.'s algorithm that supports adding a string to an DFA, retaining minimality: - [Incremental Construction and Maintenance of Minimal...
License
I'd love to use and maybe hack on this code, but it has no license so I'm not sure if I'm allowed to distribute my modifications... ping @mblondel.
Error handling in OpenBLAS is currently poor and inconsistent. Some routines, such as `gemm_driver`, call `exit` when memory cannot be allocated; that's a no-no for library code. Other routines are...
Here's a patch from the scikit-learn fork of Liblinear. It doesn't do much, but it shuts up the compiler.
Unseen words are simply ignored at present, so using a `ParsimoniousLM` on an out-of-corpus sample isn't particularly useful.
Let's check if this works now...
Exceptions occurring in the evaluation or progress reporting callbacks currently cause a print to `stderr` and an `LBFGSError` because the wrong value is returned from the callback: ``` Exception UnboundLocalError:...