Skip to content

Ensemble Reference

darts_ensemble

Inference and model ensembling for the DARTS dataset.

hello()

Say hello to the user.

Returns:

Name Type Description
str str

Greating message.

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

    Returns:
        str: Greating message.

    """
    return "Hello from darts-ensemble!"