Git Product home page Git Product logo

Comments (4)

AutoViML avatar AutoViML commented on July 28, 2024

Hi @zw10 👍
I assume you are using the latest version. Can you confirm?

There is a dask data related problem when I see an issue like this. Can you please help me?
2. From the error, it seems that the dataset y_test (test data) is being assumed to be dask by featurewiz while it is not. Can you please post your calling statement for featurewiz? That and a few lines of data (both train and test) would help.

you can attach the data snippet as a zip file and drop it in the comment section. It accepts zip files only as attachments.

Thank you,
AutoViML

from featurewiz.

zw10 avatar zw10 commented on July 28, 2024

Hi - thanks for the quick response!

Yes using the latest version as far I'm aware - 0.80. Agreed - for some reason I'm calling the function with a pandas dataframe, but FeatureWiz seems to be assuming a dask dataframe.

                output = FW.featurewiz(df, col, corr_limit=0.70, verbose=2, sep=',', header=0
                                       , test_data='', feature_engg='interactions', category_encoders=''
                                       , dask_xgboost_flag=True, nrows=1000)

I also attach the first few rows of the input dataframe.

error_sample.zip

from featurewiz.

AutoViML avatar AutoViML commented on July 28, 2024

Hi @zw10 👍

I think i have found the problem. I have fixed it and you can upgrade via:
pip install featurewiz --upgrade

Another very simple trick when you hit a problem with dask again is to just set dask_xgboost_flag = 'False` in your calling statement and try running it. That might avoid the dask error. If that works, all the best.
AutoViML

from featurewiz.

zw10 avatar zw10 commented on July 28, 2024

Thank you - confirming that the fix is working as intended, after the upgrade to v0.81

And dask_xgboost_flag='False' works for v0.80

from featurewiz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.