AutoViML / featurewiz

Use advanced feature engineering strategies and select best features from your data set with a single line of code. Created by Ram Seshadri. Collaborators welcome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number of Features greater than 214 is raising an error

Marwan-Mostafa7 opened this issue · comments

Hi Team,

I'm facing an issue regarding the feature-wiz fit_transform method, where it raises such an error when the number of features exceeds 214 feature

wiz = FeatureWiz()
wiz.fit_transform(X.iloc[:, :215], y)

AttributeError: 'DataFrame' object has no attribute 'dtype'

I figured out that when a column within the X dataFrame is named as y it raises such an error ... Idk why but I think I can close the issue then, since it's not related to the no. of features anymore.