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] Docs on Tensorboard support #49

Closed rodrigo-arenas closed 3 years ago

rodrigo-arenas commented 3 years ago

This PR makes that the warning "Tensorflow not found, pip install tensorflow to use TensorBoard callback" is only shown when explicitly import the TensorBoard callback. It also adds a small note of why tensorflow is not installed with sklearn-genetic-opt.

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (12cae02) into master (bd9d2b6) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #49   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        18           
  Lines          611       612    +1     
=========================================
+ Hits           611       612    +1     
Impacted Files Coverage Δ
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 bd9d2b6...12cae02. Read the comment docs.