evidently
evidently copied to clipboard
Add a new `IsValidPython` descriptor to Evidently
About Hacktoberfest contributions: https://github.com/evidentlyai/evidently/wiki/Hacktoberfest-2024
Description
Add the IsValidPython()
descriptor that checks whether the text in a specified column contains valid Python code. This descriptor returns True
for valid Python code that does not contain syntax errors and False
for invalid code.