Git Product home page Git Product logo

Comments (5)

AutoViML avatar AutoViML commented on July 28, 2024 3

hello @eromoe
I figured out the problem in the first statement. ๐Ÿ‘

You must send in the entire train dataframe in the statement below and the target refers to the name of your target column in the train dataframe - instead you sent in X and y. That's the issue!

import featurewiz as FW
outputs = FW.featurewiz(dataname=X.reset_index(drop=True), target=y.reset_index(drop=True), corr_limit=0.70, verbose=2, sep=',', 
          header=0, test_data='',feature_engg='', category_encoders='',
          dask_xgboost_flag=False, nrows=None)

Also I noticed that this is a big dataframe. So you might want to set nrows to be 10000 or something small so that your dataframe is handled in pandas without blowing up.
Hope this finally solves it.
AutoVimal

from featurewiz.

AutoViML avatar AutoViML commented on July 28, 2024

Hi @eromoe ๐Ÿ‘
There is something wrong with the input. I would suggest you avoid the y.reset_index(drop=True) statement. Instead, just send X and y as is. Featurewiz doesn't mind if you send dataframes with index in them. Can you try that and report back to me?

Thanks
Autovimal

from featurewiz.

eromoe avatar eromoe commented on July 28, 2024

@AutoViML The index is string, so I droped, without drop got same error .
PS: The new style feature selection works well with same input .

from featurewiz.

eromoe avatar eromoe commented on July 28, 2024

Oh , that's my mistake , thank you for point it out !

from featurewiz.

aBixyy avatar aBixyy commented on July 28, 2024

image
help me

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.