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

Comment has incorrect code ( verbose=0. imbalanced=False [verbose=0, imbalanced=False]) #102

Closed
GDGauravDutta opened this issue Feb 1, 2024 · 1 comment

Comments

@GDGauravDutta
Copy link

Actual :
import featurewiz as gwiz
wiz =gwiz.FeatureWiz(verbose=2)
Imported lazytransform v1.14.

Imported featurewiz 0.5.4. Use the following syntax:
>>> wiz = FeatureWiz(feature_engg = '', nrows=None, transform_target=True, scalers="std",
category_encoders="auto", add_missing=False, verbose=0. imbalanced=False,
ae_options={})
>>> X_train_selected, y_train = wiz.fit_transform(X_train, y_train)
>>> X_test_selected = wiz.transform(X_test)
>>> selected_features = wiz.features

featurewiz is given 0.9 as correlation limit...
Skipping feature engineering since no feature_engg input...
final list of category encoders given: ['label', 'label']
final list of scalers given: []

Expected :
import featurewiz as gwiz
wiz =gwiz.FeatureWiz(verbose=2)
Imported lazytransform v1.14.

Imported featurewiz 0.5.4. Use the following syntax:
>>> wiz = FeatureWiz(feature_engg = '', nrows=None, transform_target=True, scalers="std",
category_encoders="auto", add_missing=False, verbose=0**,** imbalanced=False,
ae_options={})
>>> X_train_selected, y_train = wiz.fit_transform(X_train, y_train)
>>> X_test_selected = wiz.transform(X_test)
>>> selected_features = wiz.features

featurewiz is given 0.9 as correlation limit...
Skipping feature engineering since no feature_engg input...
final list of category encoders given: ['label', 'label']
final list of scalers given: []

@GDGauravDutta GDGauravDutta changed the title Comment has incorrect code Comment has incorrect code ( verbose=0. imbalanced=False [verbose=0, imbalanced=False]) Feb 1, 2024
@AutoViML
Copy link
Owner

AutoViML commented Feb 1, 2024

Yes this is fixed in the next version 0.5.5
please upgrade via
pip install featurewiz --upgrade
thanks

@AutoViML AutoViML closed this as completed Feb 1, 2024
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