evidently icon indicating copy to clipboard operation
evidently copied to clipboard

Add a new `IsValidPython` descriptor to Evidently

Open elenasamuylova opened this issue 5 months ago • 3 comments

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.

elenasamuylova avatar Sep 23 '24 21:09 elenasamuylova