GithubHelp home page GithubHelp logo

Comments (5)

reza1615 avatar reza1615 commented on June 13, 2024 1

@AutoViML: The new version doesnt remove these category columns. but its process seems diffrent from the old version
1- Because of Ram my PC crashed (I have 64 G Ram + 270 G Swap) but old one doesnt have this problem.
2-The new version selected 3600 features but the old version selected 2700 and the old one's selection F1 is higher.
I can open a ticket for that.

from featurewiz.

AutoViML avatar AutoViML commented on June 13, 2024

Hi @reza1615 : Can you upgrade your featurewiz library to the latest version and try? I believe seeing your output that you are using a older version. I will update the library if you see any problems with the latest version. thanks

from featurewiz.

AutoViML avatar AutoViML commented on June 13, 2024

Hi @reza1615
After looking at your problem, some more, I realized that SULOV is meant only for finding correlation among numerical vars 👍

Hence, I skip sulov processing for categorical vars. But I absolutely include them during XGBoost feature selection. See my code snippet from featurewiz/FE_perform_recursive_xgboost below:
dtrain = xgb.DMatrix(X_train, y_train, enable_categorical=True, feature_names=cols_sel)

Can you please double-check this is working for you?
Thanks
Auto Vimal

from featurewiz.

reza1615 avatar reza1615 commented on June 13, 2024

Thank you for your time. I will update featurewiz base on the repo and also skip the SULOV to see what will happen

from featurewiz.

AutoViML avatar AutoViML commented on June 13, 2024

@reza1615 👍 I suggest you stick to the old version if it works better. I have made so many changes to the new version, it will be difficult to find out what was different. You can post the version numbers of the old and new here so I can take a look when I have some time.
Auto Vimal

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.