palantiri.RegretPlotHandler module
class palantiri.RegretPlotHandler.RegretPlotHandler(cumulative_regret_data, **params)
Bases: palantiri.BasePlotHandlers.PlotHandler
The regret plot handler - handles all the regret related plots.
build_graph_figure(figure_layout=Layout())
Building the regret plot figure.
:param figure_layout: a plot.ly layout object.
plot_regret(figure_layout=None)
Plotting the graph figure.
:param figure_layout: a plot.ly layout object.