mlnext.plot#

Module for data visualization.

Functions

plot_error

Plots the error given by x.

plot_history

Plots the loss in regards to the epoch from the model training history.

plot_point_adjust_metrics

Plots point_adjust_metrics.

plot_rankings

Plots the top k features (predictions x_pred and ground truth x) with the biggest error for each anomaly found in the labels y.

plot_signals

Plots the signal x in color of the label y.

plot_signals_binary

Plots the signal x in color of the label y.

plot_signals_norm

Plots the signal x in color of the label y.

setup_plot

Sets the the global style for plots.