How to plot data points with negative score in a dataframe using plotly or matplotlib

问题描述 投票:0回答:0

我有一个时间序列数据,并尝试使用隔离森林检测异常,并且我有数据点的 anamoly_scores。如果 anomaly=1 为正常,如果为 -1 则为异常。我想用红色绘制异常数据点,用蓝色绘制正常数据点。在可视化方面我是新手。请帮忙。 我附上了数据框的屏幕截图以供参考。 Dataframe

情节应该是这个样子: Anomaly Plot example

我试图定义一个函数,试图创建一个只有异常点的新数据框,然后尝试沿着正常点绘制它。

python pandas matplotlib plotly visualization
© www.soinside.com 2019 - 2024. All rights reserved.