adriangb / scikeras

Scikit-Learn API wrapper for Keras.
https://www.adriangb.com/scikeras/
MIT License
239 stars 47 forks source link

Remove hard dependency on TensorFlow #237

Closed adriangb closed 3 years ago

adriangb commented 3 years ago

Closes #221

codecov-commenter commented 3 years ago

Codecov Report

Merging #237 (8bc28cc) into master (7c072fb) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #237   +/-   ##
=======================================
  Coverage   98.90%   98.90%           
=======================================
  Files           6        6           
  Lines         728      733    +5     
=======================================
+ Hits          720      725    +5     
  Misses          8        8           
Impacted Files Coverage Δ
scikeras/__init__.py 100.00% <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 7c072fb...8bc28cc. Read the comment docs.

github-actions[bot] commented 3 years ago

📝 Docs preview for commit 8bc28cc at: https://www.adriangb.com/scikeras/refs/pull/237/merge/

adriangb commented 3 years ago

Nightly tests seem to be failing on all branches. I'll look into that separately.