utils.helper.plot_line

utils.helper.plot_line(x, y, line_style=None, axis_x_ticks=None, color='blue', xlab='Number of epochs', ylab='Neg-Loglikelihood')[source]

A simple function to graph the plot lines with customized options.

Parameters

ylist

The y coordinate of the points.

xlist

The x coordinate of the points.

xlabstr

The x axis label.

ylabstr

The y axis label.