Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEA Add Information Gain and Information Gain Ratio feature selection functions #28905

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Commits on Mar 13, 2016

  1. Configuration menu
    Copy the full SHA
    12300fd View commit details
    Browse the repository at this point in the history
  2. Fixed a broken test

    vpekar committed Mar 13, 2016
    Configuration menu
    Copy the full SHA
    2ce8c92 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Configuration menu
    Copy the full SHA
    a0ca2f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ba5b75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e576fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97744fe View commit details
    Browse the repository at this point in the history
  5. Removed unused import

    vpekar committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    2cda7af View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2016

  1. Configuration menu
    Copy the full SHA
    d7701f2 View commit details
    Browse the repository at this point in the history
  2. Moved __future__.division

    vpekar committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    56eb381 View commit details
    Browse the repository at this point in the history
  3. Fixed import error

    vpekar committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    b4f02f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Configuration menu
    Copy the full SHA
    39053da View commit details
    Browse the repository at this point in the history
  2. Fixing flake8 errors

    vpekar committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    201abc4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ig-and-igr-feature-selection' of https://github.com/vpe…

    …kar/scikit-learn into ig-and-igr-feature-selection
    vpekar committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    d453dae View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    a7b663f View commit details
    Browse the repository at this point in the history
  2. Removed unused import

    vpekar committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    4a6a849 View commit details
    Browse the repository at this point in the history
  3. Removed unused import

    vpekar committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    1eb379a View commit details
    Browse the repository at this point in the history
  4. Corrected IGR formula

    vpekar committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    f4f0517 View commit details
    Browse the repository at this point in the history
  5. Updated docstrings

    vpekar committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    6d55cea View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    6ad6f7d View commit details
    Browse the repository at this point in the history
  2. Fixed PyFlakes errors

    vpekar committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    ef48e09 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Configuration menu
    Copy the full SHA
    1deb585 View commit details
    Browse the repository at this point in the history
  2. Reverted feature_selection.rst

    vpekar committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    3684364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc01086 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

  1. Configuration menu
    Copy the full SHA
    a966d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738afc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c2a41c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Refactored to calculate IGR inside _info_gain; added tests against ma…

    …nual values; moved IGR tests
    vpekar committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    676bbdc View commit details
    Browse the repository at this point in the history
  2. Removed IGR tests

    vpekar committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    30ff737 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b76234 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b21c655 View commit details
    Browse the repository at this point in the history
  5. Fixed PEP errors

    vpekar committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    6aa3bde View commit details
    Browse the repository at this point in the history
  6. Fixed more PEP errors

    vpekar committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    01c1f5c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Configuration menu
    Copy the full SHA
    50158f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    0b1b9fa View commit details
    Browse the repository at this point in the history
  2. update example

    StefanieSenger committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    325cc87 View commit details
    Browse the repository at this point in the history
  3. update test

    StefanieSenger committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    def38dc View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    c18b303 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    973caab View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    2b9b6bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43c2c5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    506855c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f97e01 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    4bcbf46 View commit details
    Browse the repository at this point in the history
  2. update changelog

    StefanieSenger committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b6d0481 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
    StefanieSenger and OmarManzoor committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6bc738c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    4d4b368 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. resolve merge conflict

    StefanieSenger committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3718599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d25ac View commit details
    Browse the repository at this point in the history