[735bb5]: / src / evaluation / plots / __init__.py

Download this file

9 lines (8 with data), 285 Bytes

1
2
3
4
5
6
7
8
"""Plotting functions for evaluation of the experiments results"""
from .barplots import step_time_barplot
from .boxplots import (
pl_boxplot_ddi,
pl_boxplot_n2c2,
pl_boxplot_both_corpus
)
from .linecharts import al_linecharts_ddi, al_linecharts_n2c2, iter_time_linecharts