Skip to content

Data generation

This subpackage contains all the routines that allow the user to generate synthetic time series data.

In most cases, using the time series generator class will suffice. In order to do so, type:

from timecave.data_generation.time_series_generation import TimeSeriesGenerator

Modules: