TimeSeriesDatasetReport

class hana_ai.tools.hana_ml_tools.ts_visualizer_tools.TimeSeriesDatasetReport(connection_context: ConnectionContext, return_direct: bool = False)

This tool generates a report for a time series dataset.

Parameters:
connection_contextConnectionContext

Connection context to the HANA database.

Returns:
str

The path of the generated report.

Note

args_schema is used to define the schema of the inputs as follows:

Field

Description

table_name

the name of the table. If not provided, ask the user. Do not guess.

key

the key of the dataset. If not provided, ask the user. Do not guess.

endog

the endog of the dataset. If not provided, ask the user. Do not guess

name: str

Name of the tool.

description: str

Description of the tool.

connection_context: ConnectionContext

Connection context to the HANA database.

set_bas(bas: bool) None

Set the bas flag to True or False.