testmtd / feature_extraction /name_processing_functions.py
Marshalls's picture
Upload 557 files
bfbfae6
raw
history blame contribute delete
96 Bytes
def dance_style(path):
filename = path.name
arr = filename.split("_")
return arr[1]