malllabiisc / RESIDE

EMNLP 2018: RESIDE: Improving Distantly-Supervised Neural Relation Extraction using Side Information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About how to get precision_recall.pkl

ssppff opened this issue · comments

I didn't find it when I did the code test. I hope you can help me.

Hi,
Can you elaborate a bit more what is the problem?

That pickle is dumped in fit function in base.py.
It is created when you run evaluate script (first line - which runs reside.py on the restored model).
The plot_pr file loads that pickle to plot the curves.