Evidently is an open-source ML and LLM observability framework. Evaluate, test, and monitor any AI-powered system or data pipeline. From tabular data to Gen AI. 100+ metrics.
Add the IsValidJSON() descriptor that checks whether the text in a specified column is a valid JSON object. It returns True if the text can be parsed as valid JSON and False if it cannot.
About Hacktoberfest contributions: https://github.com/evidentlyai/evidently/wiki/Hacktoberfest-2024
Description
Add the
IsValidJSON()
descriptor that checks whether the text in a specified column is a valid JSON object. It returns True if the text can be parsed as valid JSON and False if it cannot.