ipex-llm/docs/readthedocs/source/doc/PythonAPI/Chronos/tsdataset.rst
liangs6212 6137a08ddf Chronos: Fix the display problem of API doc (#3208)
* fix rst path

* recipe api doc error

* rename title

* Uniform name format
2021-10-22 12:15:07 +08:00

24 lines
1.3 KiB
ReStructuredText

TSDataset
===========
TSDataset
----------------------------------------
Time series data is a special data formulation with specific operations. TSDataset is an abstract of time series dataset, which provides various data processing operations (e.g. impute, deduplicate, resample, scale/unscale, roll) and feature engineering methods (e.g. datetime feature, aggregation feature). Cascade call is supported for most of the methods.
TSDataset can be initialized from a pandas dataframe and be converted to a pandas dataframe or numpy ndarray.
.. automodule:: bigdl.chronos.data.tsdataset
:members:
:undoc-members:
:show-inheritance:
XShardsTSDataset
----------------------------------------
Time series data is a special data formulation with specific operations. XShardsTSDataset is an abstract of time series dataset, which provides various data processing operations (e.g. impute, deduplicate, resample, scale/unscale, roll) and feature engineering methods (e.g. datetime feature, aggregation feature). Cascade call is supported for most of the methods.
XShardsTSDataset can be initialized from xshards of pandas dataframe and be converted to xshards of numpy in an distributed and parallized fashion.
.. automodule:: bigdl.chronos.data.experimental.xshards_tsdataset
:members:
:undoc-members:
:show-inheritance: