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

[WIP] ENH: Hellinger distance tree split criterion for imbalanced data classification #437

Open
wants to merge 61 commits into
base: master
Choose a base branch
from

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    e58f628 View commit details
    Browse the repository at this point in the history
  2. added usage example

    EvgeniDubov committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    649e204 View commit details
    Browse the repository at this point in the history
  3. added README

    EvgeniDubov committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    689a41b View commit details
    Browse the repository at this point in the history
  4. update license

    EvgeniDubov committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    e4e13a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

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

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    d655b60 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hellinger_distance_criterion' of https://github.com/Evg…

    …eniDubov/imbalanced-learn into hellinger_distance_criterion
    
    # Conflicts:
    #	imblearn/tree_split/setup.py
    EvgeniDubov committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    8d779e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. updated 'whats new'

    EvgeniDubov committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b94ed53 View commit details
    Browse the repository at this point in the history
  2. updated the example

    EvgeniDubov committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    3e265ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    097a582 View commit details
    Browse the repository at this point in the history
  4. fixed LGTM issues

    EvgeniDubov committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    0517276 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

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

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    a700cbd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hellinger_distance_criterion' of https://github.com/Evg…

    …eniDubov/imbalanced-learn into hellinger_distance_criterion
    
    # Conflicts:
    #	doc/over_sampling.rst
    #	doc/whats_new/v0.0.4.rst
    EvgeniDubov committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    13bc07d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6f402f View commit details
    Browse the repository at this point in the history
  4. fixed setup

    EvgeniDubov committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    d8eb231 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

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

Commits on Oct 8, 2018

  1. added Cython as dependency in appveyor

    added the dependency due to the following appveyor error
    ModuleNotFoundError: No module named 'Cython'
    FileNotFoundError: [WinError 2] The system cannot find the file specified
    EvgeniDubov authored Oct 8, 2018
    Configuration menu
    Copy the full SHA
    01506e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2018

  1. Configuration menu
    Copy the full SHA
    817182f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5953be8 View commit details
    Browse the repository at this point in the history
  3. restored criterion pxd

    EvgeniDubov committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    1896002 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. doc update

    EvgeniDubov committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    443a91b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eec018d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12df098 View commit details
    Browse the repository at this point in the history
  4. fixed travis config

    EvgeniDubov committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    2bdc7dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e06caea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55f67e7 View commit details
    Browse the repository at this point in the history
  7. - fixed Hellinger tree example to pass travis

    - fixed undersampling example to pass travis
    EvgeniDubov committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    6049db4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa7348f View commit details
    Browse the repository at this point in the history
  9. added cython to appveyor

    EvgeniDubov committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    699ce53 View commit details
    Browse the repository at this point in the history
  10. - changed tree example to pass travus

    - added cython install to appveyor
    EvgeniDubov committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    f4a9bfa View commit details
    Browse the repository at this point in the history
  11. turned appveyor build on

    EvgeniDubov committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    f21c208 View commit details
    Browse the repository at this point in the history
  12. turned appveyor build off

    EvgeniDubov committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    c022715 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Merge pull request #1 from scikit-learn-contrib/master

    Sync with master
    EvgeniDubov authored May 27, 2019
    Configuration menu
    Copy the full SHA
    005a7b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a5b32b View commit details
    Browse the repository at this point in the history
  3. Revert appveyor change

    EvgeniDubov committed May 27, 2019
    Configuration menu
    Copy the full SHA
    0cd8d1f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Merge remote-tracking branch 'remotes/origin/master' into hellinger_d…

    …istance_criterion
    
    # Conflicts:
    #	.travis.yml
    #	README.rst
    #	build_tools/travis/install.sh
    #	doc/install.rst
    #	imblearn/keras/_generator.py
    #	imblearn/keras/tests/test_generator.py
    #	setup.cfg
    EvgeniDubov committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    3dfc304 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    d6914c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    810498e View commit details
    Browse the repository at this point in the history
  3. aligned to master

    EvgeniDubov committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    64db93f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e72f2d6 View commit details
    Browse the repository at this point in the history
  5. fixed versions

    EvgeniDubov committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    5a4e53e View commit details
    Browse the repository at this point in the history
  6. fixed travis

    EvgeniDubov committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    e1316b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4af0af8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97ef77f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. - added Cython temp files to git ignore

    - added Hellinger pyd file to MANIFEST
    - update cython version requirements in hellinger cython code
    EvgeniDubov committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    a7855a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccbbaaf View commit details
    Browse the repository at this point in the history
  3. documentation update

    EvgeniDubov committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    21e6909 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9268ee9 View commit details
    Browse the repository at this point in the history
  5. fix few LGTM issues

    EvgeniDubov committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    e4c5360 View commit details
    Browse the repository at this point in the history
  6. fix LGTM issue

    EvgeniDubov committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    fc9e483 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Merge remote-tracking branch 'upstream/master' into hellinger_distanc…

    …e_criterion
    
    # Conflicts:
    #	.gitignore
    #	.travis.yml
    #	appveyor.yml
    #	imblearn/tensorflow/_generator.py
    #	imblearn/tensorflow/tests/test_generator.py
    #	imblearn/utils/_validation.py
    EvgeniDubov committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    1eee5af View commit details
    Browse the repository at this point in the history
  2. travis fix

    EvgeniDubov committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    a3cfa7d View commit details
    Browse the repository at this point in the history
  3. fix appveyor

    EvgeniDubov committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    0bb474c View commit details
    Browse the repository at this point in the history
  4. updated MANIFEST.in

    EvgeniDubov committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    2fc250e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    008b808 View commit details
    Browse the repository at this point in the history
  6. fixed lint issues

    EvgeniDubov committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    6e67b96 View commit details
    Browse the repository at this point in the history
  7. fix lint issues

    EvgeniDubov committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    3afdbb4 View commit details
    Browse the repository at this point in the history
  8. fixed lint issues

    EvgeniDubov committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    806cc7b View commit details
    Browse the repository at this point in the history
  9. fix lint issues

    EvgeniDubov committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    7acac1f View commit details
    Browse the repository at this point in the history