Inference and model ensembling for the DARTS dataset.
hello()
Say hello to the user.
Returns:
Name | Type |
Description |
str |
str
|
|
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!"
|