prevision_quantum_nn.utils.results_plotter

results plotter module

Module Contents

Functions

plot_losses(results, prefix='qnn')

Plot the losses of an application.

plot_metric(results, prefix='qnn')

Plot the relevant metric of an application.

plot_reward(results, prefix='qnn')

Plot the reward of a RL application.

prevision_quantum_nn.utils.results_plotter.plot_losses(results, prefix='qnn')

Plot the losses of an application.

Parameters
  • results (Pandas dataframe) – dataframe containing the losses

  • prefix (string) – part of the name given to the generated plot

prevision_quantum_nn.utils.results_plotter.plot_metric(results, prefix='qnn')

Plot the relevant metric of an application.

Parameters
  • results (Pandas dataframe) – dataframe containing the metrics

  • prefix (string) – part of the name given to the generated plot

prevision_quantum_nn.utils.results_plotter.plot_reward(results, prefix='qnn')

Plot the reward of a RL application.

Parameters
  • results (Pandas dataframe) – dataframe containing the rewards

  • prefix (string) – part of the name given to the generated plot