mistk.utils.csv_utils module

mistk.utils.csv_utils.validate_groundtruth_csv(file_path)

Validates a ground truth csv file

Parameters

path – The directory or file path where the ground truth csv file can be found

Returns

True if the csv file is valid, false otherwise.

mistk.utils.csv_utils.validate_predictions_csv(file_path)

Validates a predictions csv file

Parameters

path – The directory or file path where the predictions csv file can be found

Returns

True if the csv file is valid, false otherwise.