larsmans / seqlearn

Sequence learning toolkit for Python
http://larsmans.github.io/seqlearn/
MIT License
688 stars 102 forks source link

Validation code needed for lengths parameters #3

Closed larsmans closed 11 years ago

larsmans commented 11 years ago

Right now, passing a lengths array that is inconsistent with X.shape[0] will lead to a segfault in predict. We need validation code.