adriangb / scikeras

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

feat: add context manager for setting TensorFlow's random generator #254

Closed adriangb closed 2 years ago

adriangb commented 2 years ago

Closes #253

github-actions[bot] commented 2 years ago

📝 Docs preview for commit b1de392 at: https://www.adriangb.com/scikeras/refs/pull/254/merge/

codecov-commenter commented 2 years ago

Codecov Report

Merging #254 (4034f5f) into master (03a1890) will increase coverage by 0.00%. The diff coverage is 97.05%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #254   +/-   ##
=======================================
  Coverage   98.26%   98.27%           
=======================================
  Files           6        7    +1     
  Lines         749      752    +3     
=======================================
+ Hits          736      739    +3     
  Misses         13       13           
Impacted Files Coverage Δ
scikeras/utils/random_state.py 96.87% <96.87%> (ø)
scikeras/_utils.py 100.00% <100.00%> (+0.91%) :arrow_up:
scikeras/wrappers.py 97.49% <100.00%> (+<0.01%) :arrow_up:

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 03a1890...4034f5f. Read the comment docs.