SplitTableForForecastingTool
- class hana_ai.tools.hana_ml_tools.dataset_prep_tools.SplitTableForForecastingTool(connection_context: ConnectionContext, return_direct: bool = False)
Split a source HANA table into time-ordered train/test/validation tables for forecasting.
- name: str
The unique name of the tool that clearly communicates its purpose.
- description: str
Used to tell the model how/when/why to use the tool.
You can provide few-shot examples as a part of the description.