Skip to content

[MRG] MAINT drop python 2 and upgrade scikit-learn 0.21#576

Merged
glemaitre merged 13 commits intoscikit-learn-contrib:masterfrom
glemaitre:maint_drop_py2
Jun 7, 2019
Merged

[MRG] MAINT drop python 2 and upgrade scikit-learn 0.21#576
glemaitre merged 13 commits intoscikit-learn-contrib:masterfrom
glemaitre:maint_drop_py2

Conversation

@glemaitre
Copy link
Copy Markdown
Member

closes #574
closes #570

@glemaitre glemaitre changed the title MAINT drop python 2 and upgrade scikit-learn 0.21 [WIP] MAINT drop python 2 and upgrade scikit-learn 0.21 Jun 7, 2019
@pep8speaks
Copy link
Copy Markdown

pep8speaks commented Jun 7, 2019

Hello @glemaitre! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 334:80: E501 line too long (83 > 79 characters)

Line 32:80: E501 line too long (80 > 79 characters)
Line 83:80: E501 line too long (84 > 79 characters)
Line 106:80: E501 line too long (85 > 79 characters)
Line 109:80: E501 line too long (82 > 79 characters)

Comment last updated at 2019-06-07 18:55:59 UTC

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 7, 2019

Codecov Report

Merging #576 into master will decrease coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #576      +/-   ##
==========================================
- Coverage   98.89%   98.85%   -0.04%     
==========================================
  Files          84       84              
  Lines        5154     5151       -3     
==========================================
- Hits         5097     5092       -5     
- Misses         57       59       +2
Impacted Files Coverage Δ
imblearn/utils/tests/test_docstring.py 76.92% <ø> (ø) ⬆️
imblearn/utils/testing.py 100% <ø> (ø) ⬆️
...rototype_selection/_instance_hardness_threshold.py 100% <100%> (ø) ⬆️
...ling/_prototype_selection/_random_under_sampler.py 100% <100%> (ø) ⬆️
imblearn/combine/_smote_tomek.py 100% <100%> (ø) ⬆️
imblearn/ensemble/_easy_ensemble.py 100% <100%> (ø) ⬆️
...rototype_selection/_neighbourhood_cleaning_rule.py 100% <100%> (ø) ⬆️
imblearn/utils/_docstring.py 100% <100%> (ø) ⬆️
...nder_sampling/_prototype_selection/_tomek_links.py 100% <100%> (ø) ⬆️
imblearn/utils/tests/test_deprecation.py 100% <100%> (ø) ⬆️
... and 30 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 77cad85...33ea76a. Read the comment docs.

@glemaitre glemaitre changed the title [WIP] MAINT drop python 2 and upgrade scikit-learn 0.21 [MRG] MAINT drop python 2 and upgrade scikit-learn 0.21 Jun 7, 2019
@glemaitre glemaitre merged commit e12aab3 into scikit-learn-contrib:master Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ImportError: cannot import name makedirs from sklearn.utils.fixes Depreceation Warning since ScikitLearn 0.21.0

2 participants