amatorch.plot.filters

Functions

plot_filters(model[, n_cols, n_filters])

Plot the filters of an AMA model.

amatorch.plot.filters.plot_filters(model, n_cols=2, n_filters=10)

Plot the filters of an AMA model.

Parameters:
  • model (AMA model) – The model to plot the filters for.

  • n_cols (int, optional) – Number of columns in the grid layout. Default is 3.

  • n_filters (int, optional) – Number of filters to plot. Default is 10.