pytorch / captum

Model interpretability and understanding for PyTorch
https://captum.ai
BSD 3-Clause "New" or "Revised" License
4.78k stars 483 forks source link

threat-hunting with notebooks #1129

Closed dcshantelle closed 1 year ago

dcshantelle commented 1 year ago

DeprecationWarning: Call to deprecated function (or staticmethod) display_timeseries_anomolies. (Will be removed in version 2.0.0. Please use display_timeseries_anomalies) -- Deprecated since version 1.7.0. timeseries_anomalies_plot = display_timeseries_anomolies(data=STL_df, y="TotalLogons", time_column='Date') how do a fix this program

vivekmig commented 1 year ago

Hi @dcshantelle , apologies for the late response! We could not find any usage of the function display_timeseries_anomolies in Captum, and it looks like this function may be from msticpy. Can you double check if this is related to Captum or another package?

Closing this issue for now, feel free to create a new issue if the problem is related to Captum. Thanks!