webstruct icon indicating copy to clipboard operation
webstruct copied to clipboard

Get rid of scikit-learn dependencies

Open kmike opened this issue 11 years ago • 1 comments

Without scikit-learn and seqlearn it will be possible to install webstruct without numpy/scipy stack and without Cython. They are used for auxilary things: nicer __repr__s, Pipeline instead of hand-written classes, metrics (which are broken anyways, see https://github.com/scrapinghub/webstruct/issues/14) - that's nothing serious or hard to replace.

kmike avatar Jun 18 '14 19:06 kmike

seqlearn dependency removed by https://github.com/scrapinghub/webstruct/pull/23

tpeng avatar Aug 11 '14 12:08 tpeng