This function takes in a filename in .csv format and returns the model name. The function removes the ".csv" extension, finds the last occurrence of "-" in the filename, and removes all text preceding this last dash (including the dash itself).
This function takes in a filename in .csv format and returns the model name. The function removes the ".csv" extension, finds the last occurrence of "-" in the filename, and removes all text preceding this last dash (including the dash itself).