DAME-FLAME-Python-Package
DAME-FLAME-Python-Package copied to clipboard
sorting of columns if adaptive_weights=False
I'm pretty sure that line 293 in data_cleaning.py:
`if (adaptive_weights == False):
Ensure that the columns are sorted in order: binary, tertary, etc
`
isn't actually needed, so maybe this can be removed. Am I incorrect?