detect_outlier_zscore
autogen.agentchat.contrib.captainagent.tools.data_analysis.detect_outlier_zscore.detect_outlier_zscore
detect_outlier_zscore
Detect outliers in a CSV file based on a specified column. The outliers are determined by calculating the z-score of the data points in the column.
Parameters:Name | Description |
---|---|
csv_file | The path to the CSV file. |
column_name | The name of the column to calculate z-scores for. |
threshold=3 |