DAME-FLAME-Python-Package icon indicating copy to clipboard operation
DAME-FLAME-Python-Package copied to clipboard

sorting of columns if adaptive_weights=False

Open nehargupta opened this issue 5 years ago • 0 comments

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?

nehargupta avatar Oct 10 '20 22:10 nehargupta