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

ENH make lazy import of the keras module when importing imblearn #719

Merged
merged 3 commits into from
Jun 9, 2020

Conversation

glemaitre
Copy link
Member

@glemaitre glemaitre commented Jun 8, 2020

closes #704

Lazy import of keras when importing imblearn.

@glemaitre glemaitre changed the title lazy import ENH make lazy import of the keras module when importing imblearn Jun 8, 2020
@codecov
Copy link

codecov bot commented Jun 8, 2020

Codecov Report

Merging #719 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #719   +/-   ##
=======================================
  Coverage   96.47%   96.47%           
=======================================
  Files          82       82           
  Lines        5026     5026           
=======================================
  Hits         4849     4849           
  Misses        177      177           
Impacted Files Coverage Δ
imblearn/utils/_validation.py 100.00% <ø> (ø)
imblearn/ensemble/_bagging.py 97.72% <100.00%> (ø)
imblearn/ensemble/_easy_ensemble.py 100.00% <100.00%> (ø)
imblearn/ensemble/_forest.py 97.33% <100.00%> (ø)
imblearn/utils/estimator_checks.py 95.60% <100.00%> (ø)

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 1b8cd47...90c48b0. Read the comment docs.

@glemaitre glemaitre merged commit b9514b3 into scikit-learn-contrib:master Jun 9, 2020
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.

Many tensorflow warnings when importing imbalanced-learn
1 participant