admin管理员组文章数量:1434921
I am using an LSTM autoencoder to detect anomalies in a time series. I use the reconstruction error to check if a point is anomalous or not. However, my question is: can I use the precision_recall_curve from Python and give as arguments the truth values with 0 and 1 and the MSE that my model provides? Will I get precision/recall and thresholds related to the MSE in this case? I am confused since I don’t have a regular classifier that outputs probabilities.
本文标签: thresholdPrecisionRecall curve for LSTM Autoencoder resultsStack Overflow
版权声明:本文标题:threshold - Precision-Recall curve for LSTM Autoencoder results - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745632187a2667342.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论