Auto-Correlation Function
Last updated
Name: Auto-Correlation Function
Description: This function performs Auto-Correlation Function (ACF) analysis on the specified time series columns of the dataframe to measure the correlation between a variable and its past values (lags). ACF helps identify repeating patterns, trends, and seasonality in the data, making it valuable for time series forecasting and analysis
Input: Dataframe - The latest version of uploaded data
Output: Dataframe - Link to the saved Dataframe which is modified as per the function and Summary of the actions performed
columns
max_lag
Save As New Table
Details of Hyperparameters are provided below
Columns
Column to perform ACF on
Columns in the Dataframe
Columns to select
max_lag
Maximum number of lags to compute the ACF
Integer
Maximum lag value
Save As New Table
Option to choose whether the dataframe is to be saved as a new table
-
Last updated