autofeat icon indicating copy to clipboard operation
autofeat copied to clipboard

Original feature names are changed to x000, x001, x002,etc., How to avoid this?

Open saleemsam opened this issue 4 years ago • 1 comments

saleemsam avatar Jun 18 '20 06:06 saleemsam

Can you please give some more details about after which function call this happens and what your data looks like? Specifically: is your data a pandas dataframe with column names? If you just pass a numpy array, it will be transformed into a dataframe with these feature names so that you understand the feature combinations of the newly generated features.

cod3licious avatar Jun 18 '20 12:06 cod3licious