rodrigo-arenas / Sklearn-genetic-opt

ML hyperparameters tuning and features selection, using evolutionary algorithms.
https://sklearn-genetic-opt.readthedocs.io
MIT License
289 stars 73 forks source link

[PR] TensorBoard callback #42

Closed rodrigo-arenas closed 3 years ago

rodrigo-arenas commented 3 years ago

This PR implements the TensordBoard callback to log the generation metrics, watch in real time while the models are trained and compare different runs in your TensorBoard instance. This resolves the issue #41 to be closed.

codecov[bot] commented 3 years ago

Codecov Report

Merging #42 (049e211) into master (1e8a861) will increase coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   95.52%   95.65%   +0.13%     
==========================================
  Files          18       18              
  Lines         581      599      +18     
==========================================
+ Hits          555      573      +18     
  Misses         26       26              
Impacted Files Coverage Δ
sklearn_genetic/callbacks/__init__.py 100.00% <100.00%> (ø)
sklearn_genetic/callbacks/loggers.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 1e8a861...049e211. Read the comment docs.