lucasb-eyer/BiternionNet

Inspection - Tosato Classification

Opened this issue · 1 comments

When i run Jupyter for Inspection - Tosato Classification
i got the following error, can you tell me how to solve it.

screen shot 2018-10-12 at 1 07 36 pm

Hi, I'm not 100% sure, but probably what happens is that sklearn's API has changed. You could either try to use an older version of sklearn (from around the time that this repo was created) or maybe use le['QMUL'].transform(['front'])[0] instead, though probably cells further down will need similar changes.

I don't have enough time to support all my older repos, unfortunately, so I probably won't update this myself.