Git Product home page Git Product logo

Comments (2)

haleemason avatar haleemason commented on July 4, 2024 1

Since Boruta is an all relevant feature selection method, this will occur quite often. Having many features ranked as the same level is showing that all of those features are relevant to the problem you are trying to solve and should be considered for subsequent feature selection techniques or modeling approaches. It doesn't rank them from first to last, but rather it tries to capture all the important, interesting features you might have in your dataset with respect to an outcome variable.

"Boruta is an all relevant feature selection method, while most other are minimal optimal; this means it tries to find all features carrying information usable for prediction, rather than finding a possibly compact subset of features on which some classifier has a minimal error." - Miron B. Kursa

Even so, the R package of this algorithm offers a graphical summary of the importances which could be helpful for ranking them (found page 3). This is something I am working on a pull request for the Python implementation. This function would use boxplots to show the distribution of features’ importance over the Boruta run, using colours to mark final decision; it also draws boxplots for the importance of worst, average and best shadow in each iterations.

Finally, you could consider other methods (Recursive Feature Elimination or Feature Importances) if you are looking for a ranking algorithm or to find the smallest subset of possible features such as these:

from boruta_py.

danielhomola avatar danielhomola commented on July 4, 2024

thanks a lot @haleemason for clearing this up! closing this now.

from boruta_py.

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.