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
Open
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
e58f628
added cython implementation of hellinger distance criterion compatibl…
EvgeniDubov Jul 11, 2018
649e204
added usage example
EvgeniDubov Jul 11, 2018
689a41b
added README
EvgeniDubov Jul 11, 2018
e4e13a7
update license
EvgeniDubov Jul 11, 2018
e33d8a3
Fixed pep8 issues in the example
EvgeniDubov Jul 12, 2018
f08534b
Fixed pep8 issues in the setup
EvgeniDubov Jul 12, 2018
d655b60
added support for cython build based on https://github.com/jakevdp/cy…
EvgeniDubov Jul 16, 2018
8d779e0
Merge branch 'hellinger_distance_criterion' of https://github.com/Evg…
EvgeniDubov Jul 16, 2018
b94ed53
updated 'whats new'
EvgeniDubov Jul 25, 2018
3e265ce
updated the example
EvgeniDubov Jul 25, 2018
097a582
updates user guide and api
EvgeniDubov Jul 25, 2018
0517276
fixed LGTM issues
EvgeniDubov Jul 25, 2018
65a4c62
Merge branch 'master' into hellinger_distance_criterion
EvgeniDubov Jul 30, 2018
a700cbd
Merged with https://github.com/glemaitre/imbalanced-learn/commit/27ff…
EvgeniDubov Oct 2, 2018
13bc07d
Merge branch 'hellinger_distance_criterion' of https://github.com/Evg…
EvgeniDubov Oct 2, 2018
f6f402f
Merge branch 'master' into hellinger_distance_criterion
EvgeniDubov Oct 2, 2018
d8eb231
fixed setup
EvgeniDubov Oct 2, 2018
118bf23
adding __init__.py to tree
EvgeniDubov Oct 6, 2018
01506e6
added Cython as dependency in appveyor
EvgeniDubov Oct 8, 2018
817182f
Merge branch 'master' into hellinger_distance_criterion
EvgeniDubov Oct 13, 2018
5953be8
renamed tree_split to tree in documentation and example
EvgeniDubov Oct 13, 2018
1896002
restored criterion pxd
EvgeniDubov Oct 13, 2018
443a91b
doc update
EvgeniDubov Dec 30, 2018
eec018d
Merge remote-tracking branch 'remotes/upstream/master' into hellinger…
EvgeniDubov Dec 30, 2018
12df098
add Cython to travis install list
EvgeniDubov Dec 30, 2018
2bdc7dd
fixed travis config
EvgeniDubov Dec 30, 2018
e06caea
added cython special install in travis conda
EvgeniDubov Dec 30, 2018
55f67e7
added cython to travis ubuntu
EvgeniDubov Dec 30, 2018
6049db4
- fixed Hellinger tree example to pass travis
EvgeniDubov Dec 30, 2018
aa7348f
added pandas to travis install list
EvgeniDubov Dec 30, 2018
699ce53
added cython to appveyor
EvgeniDubov Dec 30, 2018
f4a9bfa
- changed tree example to pass travus
EvgeniDubov Dec 30, 2018
f21c208
turned appveyor build on
EvgeniDubov Dec 30, 2018
c022715
turned appveyor build off
EvgeniDubov Dec 30, 2018
005a7b7
Merge pull request #1 from scikit-learn-contrib/master
EvgeniDubov May 27, 2019
9a5b32b
appveyor.yml - trying to fix appveyor errors by imblearn build install
EvgeniDubov May 27, 2019
0cd8d1f
Revert appveyor change
EvgeniDubov May 27, 2019
3dfc304
Merge remote-tracking branch 'remotes/origin/master' into hellinger_d…
EvgeniDubov Jun 30, 2019
d6914c0
Merge remote-tracking branch 'upstream/master' into hellinger_distanc…
EvgeniDubov Aug 15, 2019
810498e
Synced __check_build\setup.py with sklearn script
EvgeniDubov Aug 15, 2019
64db93f
aligned to master
EvgeniDubov Aug 15, 2019
e72f2d6
Fixed travis issue according to [MRG] 👽 Maintenance for `imblearn.sho…
EvgeniDubov Aug 15, 2019
5a4e53e
fixed versions
EvgeniDubov Aug 15, 2019
e1316b2
fixed travis
EvgeniDubov Aug 15, 2019
4af0af8
commented out hellinger usage example to narrow down travis failure r…
EvgeniDubov Aug 15, 2019
97ef77f
added hellinger usage example to tree.rst
EvgeniDubov Aug 15, 2019
a7855a7
- added Cython temp files to git ignore
EvgeniDubov Oct 10, 2019
ccbbaaf
Merge remote-tracking branch 'upstream/master' into hellinger_distanc…
EvgeniDubov Oct 10, 2019
21e6909
documentation update
EvgeniDubov Oct 10, 2019
9268ee9
added cython installation to travis
EvgeniDubov Oct 10, 2019
e4c5360
fix few LGTM issues
EvgeniDubov Oct 10, 2019
fc9e483
fix LGTM issue
EvgeniDubov Oct 10, 2019
1eee5af
Merge remote-tracking branch 'upstream/master' into hellinger_distanc…
EvgeniDubov Dec 23, 2019
a3cfa7d
travis fix
EvgeniDubov Dec 23, 2019
0bb474c
fix appveyor
EvgeniDubov Dec 23, 2019
2fc250e
updated MANIFEST.in
EvgeniDubov Dec 23, 2019
008b808
aligned setup file to master
EvgeniDubov Dec 23, 2019
6e67b96
fixed lint issues
EvgeniDubov Dec 23, 2019
3afdbb4
fix lint issues
EvgeniDubov Dec 23, 2019
806cc7b
fixed lint issues
EvgeniDubov Dec 23, 2019
7acac1f
fix lint issues
EvgeniDubov Dec 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into hellinger_distance_criterion
  • Loading branch information
EvgeniDubov authored Oct 13, 2018
commit 817182f090d2a2285bcbd3649ffbcc9c5664f016
10 changes: 2 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -20,11 +20,5 @@ values =
test = pytest

[tool:pytest]

addopts =
--doctest-modules


# filterwarnings =
# error::DeprecationWarning
# error::FutureWarning
addopts =
--doctest-modules
You are viewing a condensed version of this merge commit. You can view the full changes here.