# Time-Series AI/ML

### Time Series AI Machine Learning <a href="#time-series-ai-machine-learning" id="time-series-ai-machine-learning"></a>

Apica Ascent's baselining feature studies the query data in time series format using machine learning algorithms to implement Anomaly detection and forecasting of the data based on historical data. This feature also includes the mathematical implementation of moving averages and moving standard deviation on the query data. The above feature makes it easy for the user to visualize the behavior of the data from a time-series perspective.

This feature can be mainly divided into four categories namely

* Anomaly detection
* Forecasting
* Moving Average
* Moving Standard Deviation.

**Basic Baselining Configuration Guide:**

The baselining configuration dialog box appears on the builder Panel  under Algorithms section. This configuration mainly needs a time column to indicate the time series data column in the dataset, and a value column to indicate the target value column dependent on the time series. The feature studies the dependent value column from the perspective of the time column and produces the required results which can be visualized using the Plot section to create a  meaningful charts.

<figure><img src="/files/asCEZNNBGtzof7N9xdxW" alt=""><figcaption></figcaption></figure>

You can visualize the results by navigating to the Plot section and adding the necessary columns to the Y-axis selector to generate meaningful charts. These visualizations help in analyzing trends and identifying patterns in your time series data.

<figure><img src="/files/D0FckYBRB7RzTZho70tf" alt=""><figcaption></figcaption></figure>

\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apica.io/data-management/overview-1/time-series-ai-ml.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
