boruta_py | Python implementations of the Boruta all-relevant feature | Machine Learning library

 by   scikit-learn-contrib Python Version: 0.3 License: BSD-3-Clause

kandi X-RAY | boruta_py Summary

kandi X-RAY | boruta_py Summary

boruta_py is a Python library typically used in Artificial Intelligence, Machine Learning, Numpy applications. boruta_py has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has medium support. You can download it from GitHub.

Python implementations of the Boruta R package. This implementation tries to mimic the scikit-learn interface, so use fit, transform or fit_transform, to run the feature selection.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              boruta_py has a medium active ecosystem.
              It has 1287 star(s) with 229 fork(s). There are 39 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 28 open issues and 47 have been closed. On average issues are closed in 81 days. There are 5 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of boruta_py is 0.3

            kandi-Quality Quality

              boruta_py has 0 bugs and 0 code smells.

            kandi-Security Security

              boruta_py has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              boruta_py code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              boruta_py is licensed under the BSD-3-Clause License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              boruta_py releases are available to install and integrate.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of boruta_py
            Get all kandi verified functions for this library.

            boruta_py Key Features

            No Key Features are available at this moment for boruta_py.

            boruta_py Examples and Code Snippets

            No Code Snippets are available at this moment for boruta_py.

            Community Discussions

            QUESTION

            feature selection for regression vs classification
            Asked 2018-Mar-01 at 01:54

            New to Machine learning so please bear with me, thanks!
            I have three questions to ask, so it would helpful if you mention the question number while answering.

            so I want to perform feature selection for my training data before i apply the machine learning algorithm. I will use the same data set to run on many different ML algorithms to decide what is best so it will be more efficient if i can just do feature selection once and pass the new data set to the various algorithms.
            Note : I am coding in Python3 and I'm going to use BorutaPy for my feature selection. [https://github.com/scikit-learn-contrib/boruta_py]

            Question 1)
            do i need to know what algorithm i'm using before performing feature selection? or can i just perform my feature selection and then use whatever algorithm ,ie; is feature selection dependent on the type of algorithm used?

            Question 2)
            can i perform the same feature selection for regression and classification problems?

            Question 3)
            Instead of everything mentioned above, is it best to use regularization for the regression problems and perform feature selection for the classification problems?

            Thank you!

            ...

            ANSWER

            Answered 2018-Mar-01 at 01:54

            I will respond to your questions 1 & 2, leaving number 3 for someone else. I will use R to make some examples. I know that you are using python, but the answers to your questions do not depend on the implementation. I hope that you can translate them to python or just look at the math and see what is happening.

            Question 1: Feature selection is dependent on the algorithm used.

            First, some data.

            Source https://stackoverflow.com/questions/49031431

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install boruta_py

            You can download it from GitHub.
            You can use boruta_py like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/scikit-learn-contrib/boruta_py.git

          • CLI

            gh repo clone scikit-learn-contrib/boruta_py

          • sshUrl

            git@github.com:scikit-learn-contrib/boruta_py.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Machine Learning Libraries

            tensorflow

            by tensorflow

            youtube-dl

            by ytdl-org

            models

            by tensorflow

            pytorch

            by pytorch

            keras

            by keras-team

            Try Top Libraries by scikit-learn-contrib

            imbalanced-learn

            by scikit-learn-contribPython

            sklearn-pandas

            by scikit-learn-contribPython

            hdbscan

            by scikit-learn-contribJupyter Notebook

            category_encoders

            by scikit-learn-contribPython

            lightning

            by scikit-learn-contribPython