emanjavacas / pie

A fully-fledge PyTorch package for Morphological Analysis, tailored to morphologically rich and historical languages.
MIT License
22 stars 10 forks source link

Advance scoring analysis #34

Closed PonteIneptique closed 4 years ago

PonteIneptique commented 4 years ago

On top of correctly blocking torch==1.2.0, I added a classification report for each class that reports for each class. This allows for qualitative analysis of the bias of "_"-classes results, ie. where a morphological feature is mostly absent, like "mode", as it is present only in verbs. This closes #33

If I may, and if you are okay with this PR, could you also push a new release to pypi ? Best, Thibault

PonteIneptique commented 4 years ago

Hey @emanjavacas , I just updated the dependencies again, as the current state of sklearn does not allow for python3.7 usage. Cheers !

emanjavacas commented 4 years ago

Hey @PonteIneptique ! Thanks for the PR. I will merge, push and publish!

PonteIneptique commented 4 years ago

Actually, a last commit is incoming I forgot to push it :)

emanjavacas commented 4 years ago

Alright! I will wait

PonteIneptique commented 4 years ago

Done ;)

PonteIneptique commented 4 years ago

Thans @emanjavacas , feels go to install pie on 3.7 without hacking stuff :)