Rostlab / nala

Text mining of natural language mutations mentions
https://www.tagtog.net/-corpora/IDP4+
6 stars 5 forks source link

Pending things until publishing paper #46

Closed juanmirocks closed 8 years ago

juanmirocks commented 8 years ago

Sorted by member:

@juanmirocks

Results in OneDrive

abojchevski commented 8 years ago

@jmcejuela What do we mean again by Var120 and Var120A?

juanmirocks commented 8 years ago

Variome120 subcorpus, full and Abstract only. Will explain tmrw On Tue, 8 Mar 2016 at 17:52, Aleksandar Bojchevski notifications@github.com wrote:

@jmcejuela https://github.com/jmcejuela What do we mean again by Var120 and Var120A?

— Reply to this email directly or view it on GitHub https://github.com/abojchevski/nala/issues/46#issuecomment-193862794.

juanmirocks commented 8 years ago

@abojchevski I don't see committed code for how you did elastic net reg. ?

abojchevski commented 8 years ago

trainer.set_params({ 'c1': 1.0, # coefficient for L1 penalty 'c2': 1e-3, # coefficient for L2 penalty })

just add this in pycrfsuite in the train function

juanmirocks commented 8 years ago

@abojchevski awesome thanks

juanmirocks commented 8 years ago

@abojchevski I created in nala taggers.py and script/train.py -- I didn't fully test them because I didn't train so far. But besides possible minor bugs, that should do. Tomorrow I test it to calculate the performance on the various iterations

juanmirocks commented 8 years ago

Not relevant anymore