larsmans / seqlearn

Sequence learning toolkit for Python

Home Page:http://larsmans.github.io/seqlearn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation code needed for lengths parameters

larsmans opened this issue · comments

commented

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