From 4daab29581f86def036142180c98125d665398d9 Mon Sep 17 00:00:00 2001 From: Raj Sinha Date: Mon, 27 May 2024 00:03:06 +0000 Subject: [PATCH] Fix display of line in README PiperOrigin-RevId: 637482912 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc7fba..a23cee7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [Semi-supervised Pseudo Labeler Anomaly Detection with Ensembling (SPADE)](https://openreview.net/forum?id=JwDpZSv3yz) is a semi-supervised anomaly detection method that uses an ensemble of one class classifiers as the pseudo-labelers and supervised classifiers to achieve state of the art results especially on datasets with distribution mismatch between labeled and unlabeled samples. Provided with a min-max scaled dataset, and label values denoting unlabeled, positive, and negative data points located in BigQuery, this custom model trains and uploads TensorFlow saved model assets to a specified GCS location. -==Partial matching as described in the paper is not implemented in the open-source version of SPADE== +*Partial matching as described in the paper is not implemented in the open-source version of SPADE* ## Assumptions