Ask a question to get started
Enter to sendā¢Shift+Enter new line
Detect if given text is anomalous from the dataset Args: query: Text to detect if it is anomaly Returns: True or False
is_anomalous( self, query: str, **kwargs: Any = {}, ) -> bool