Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: gen_cat_encodet_features() got an unexpected keyword argument 'fitted' #33

Closed
bbanzai88 opened this issue May 11, 2022 · 1 comment

Comments

@bbanzai88
Copy link

Hi,
I love featurewiz!! I got it to work using:

#outputs = featurewiz(df99, target='FSXRNE', corr_limit=0.70, verbose=2,
#header=0, test_data='',feature_engg='interactions')

and it worked really well! HOwever, when I use:

outputs = featurewiz(df99, target='FSXRNE', corr_limit=0.70, verbose=2,header=0, category_encoders='OneHotEncoder')

I get:

TypeError: gen_cat_encodet_features() got an unexpected keyword argument 'fitted'

Any ideas on what is going wrong? Thank you!

Sincerely,

tom

@AutoViML
Copy link
Owner

AutoViML commented May 16, 2022

Hi @bbanzai88 👍
There seems to be something wrong with your featurewiz installation in your machine.

I am getting perfect results when I use the latest version 0.1.43 by:

pip install featurewiz --upgrade --ignore-installed --no-deps

Thanks
AutoViML (see screenshot below of my version)
featurewiz-screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants