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

"left_subtract" not defined in SULOV #32

Closed
Kayne88 opened this issue May 7, 2022 · 2 comments
Closed

"left_subtract" not defined in SULOV #32

Kayne88 opened this issue May 7, 2022 · 2 comments

Comments

@Kayne88
Copy link

Kayne88 commented May 7, 2022

Hello,

When I execute
outputs = featurewiz.featurewiz(features_train.join(y_train), "label", corr_limit=0.7, verbose=1)

I receive the error message

#######################################################################################
#####  Searching for Uncorrelated List Of Variables (SULOV) in 446 features ############
#######################################################################################
    there are no null values in dataset...
    SULOV Method crashing due to name 'left_subtract' is not defined
    SULOV method is erroring. Continuing ...
Time taken for SULOV method = 2 seconds
    Adding 0 categorical variables to reduced numeric variables  of 446
Final list of selected vars after SULOV = 446

Also, when I import the left_subtract function, it still doesnt work.
from featurewiz.featurewiz import left_subtract

What is the issue here?

@hempelc
Copy link

hempelc commented May 9, 2022

I have the same issue!

@AutoViML
Copy link
Owner

Sorry @hempelc @Kayne88 :
I made a mistake and left out left_subtract in a couple of files when I made a recent modification to the code base. It is now corrected in the latest version 0.1.43
Please upgrade via

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

Thanks
AutoViML

@Kayne88 Kayne88 closed this as completed May 16, 2022
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

3 participants