threshold - Precision-Recall curve for LSTM Autoencoder results - Stack Overflow

admin2025-04-26  6

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.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745632189a311084.html

最新回复(0)