Dataset Name
This dataset contains Python code samples and their compliance with PEP-8 E111 rule ("indentation is not a multiple of four") generated with DFA.
Dataset Structure
Features:
code
: Python code snippet.label
: A binary label indicating compliance (0 for 'non-compliant' and 1 for 'compliant').
Usage
This dataset can be used for training machine learning models for code compliance and style enforcement tasks.