SD_Hackathon / src /evaluation.py
com3dian's picture
Update src/evaluation.py
8fb5fe5 verified
raw
history blame contribute delete
217 Bytes
def evaluate_submission(file_path):
# TODO: dynamically import the class from file_path
# and validate its methods or behavior
# Then compute and return a score (float/int)
return 42.0 # Dummy score