Skip to content

Preprocessing Reference

darts_preprocessing

Data preprocessing and feature engineering for the DARTS dataset.

Functions

hello()

Say hello to the user.

Returns:

Name Type Description
str str

Greating message.

Source code in darts-preprocessing/src/darts_preprocessing/__init__.py
def hello() -> str:
    """Say hello to the user.

    Returns:
        str: Greating message.

    """
    return "Hello from darts-preprocessing!"