hpipy.utils.plotting.plot_series_accuracy#

class hpipy.utils.plotting.plot_series_accuracy(source, measure='error', smooth=False)[source]

Bases:

Plot accuracy for index series.

Parameters:
  • source (BaseHousePriceIndex | pd.DataFrame) – Source object.

  • measure (str, optional) – Measure to plot. Defaults to “error”.

  • smooth (bool, optional) – Use smoothed index. Defaults to False.

Returns:

Accuracy plot.

Return type:

alt.LayerChart

__call__(**kwargs)

Call self as a function.

__init__(**kwargs)