predict_trend
Predict future values by applying linear or polynomial regression to historical data from a database table. Choose forecast periods and model type to anticipate trends.
Instructions
Прогнозирование тренда (линейная/полиномиальная регрессия).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | month | |
| model_type | No | linear | |
| table_name | Yes | ||
| date_column | Yes | ||
| value_column | Yes | ||
| forecast_periods | No | ||
| polynomial_degree | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |