Fotis Savva
Results
1
issues of
Fotis Savva
Hello, In the evaluation scripts the following piece of code is being used to generate scores for Execution Accuracy ``` def execute_sql(predicted_sql,ground_truth, db_path): conn = sqlite3.connect(db_path) # Connect to the...