timeseria.utils
Utility functions.
Functions
Ensure reproducibility by fixing seeds to zero for Random, Numpy, and Tensorflow. |
|
|
Check if an item is numerical (float or int, including Pandas data types). |
|
Detect the encoding of a file. |
|
Detect the sampling interval of a time series. |
|
Detect the periodicity of a time series. |
|
Compute the MAPE. |
|
Compute the MaxAPE. |
|
Compute the MAE. |
|
Compute the MaxAE. |
|
Compute the MSE. |
|
Rescale a value from one range to another. |
|
Execute a command in the OS shell and print its output. |
Classes
|
A class representing a statistical distribution. |