Generates an interactive scatter plot using 'plotly'. Outliers detected by the specified method are highlighted in red.
plot_interactive(data, x_col, y_col, confidence_level = 0.95)A plotly object.
A data frame.
The name of the numeric column for the X-axis.
The name of the numeric column for the Y-axis.
Numeric. Threshold for detection (0.95, 0.99). Lower values make detection stricter.