testing#
Testing utilities for comparing pandas objects.
Provides matcher classes for use in test assertions when comparing pandas DataFrames and Series with equality semantics.
Functions#
|
Assert that two TimeSeriesDataset objects are equal. |
|
Configure pandas plotting backend and plotly renderer for notebook output. |
Create synthetic forecasting dataset for testing. |
|
|
Create a TimeSeriesDataset for testing purposes. |
|
Download and combine the Liander benchmark dataset into a single TimeSeriesDataset. |
|
Load the Liander benchmark dataset and split into training and forecast periods. |
|
Configure logging for tutorial notebooks and return a named logger. |
Classes#
|
Utility class to allow comparison of pandas DataFrames in assertion / calls. |