reproduce / full_eval.py
attilasimko's picture
new evaluations
3cfadc8
raw
history blame contribute delete
135 Bytes
from evaluations.repo_evaluations import full_evaluation
res = full_evaluation()
res.to_csv("data/results.csv", sep="\t", index=False)