graphorge.gnn_base_model.predict.prediction_plots

Plots to assess model predictions.

Functions

plot_truth_vs_prediction

Plot ground-truth against predictions.

plot_prediction_loss_history

Plot model prediction process loss history.

plot_dle_error_histogram

Plot Direct Loss Estimator (DLE) absolute error histogram.

Functions

plot_dle_error_histogram(prediction_data_array)

Plot Direct Loss Estimator (DLE) absolute error histogram.

plot_histogram(data[, data_labels, bins, ...])

Plot 1D histogram.

plot_prediction_loss_history(loss_history[, ...])

Plot model prediction process loss history.

plot_truth_vs_prediction(prediction_sets[, ...])

Plot ground-truth versus predictions.

plot_xy_data(data_xy[, data_labels, ...])

Plot data in xy axes.

save_figure(figure, filename[, format, ...])

Save Matplotlib figure.

scatter_xy_data(data_xy[, data_labels, ...])

Scatter data in xy axes.