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

Callbacks estimator and LogbookSaver #19

Closed rodrigo-arenas closed 3 years ago

rodrigo-arenas commented 3 years ago

This PR implements;

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (d97ad6a) into master (a000e3c) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #19   +/-   ##
=======================================
  Coverage   99.79%   99.80%           
=======================================
  Files          13       13           
  Lines         489      505   +16     
=======================================
+ Hits          488      504   +16     
  Misses          1        1           
Impacted Files Coverage Δ
sklearn_genetic/genetic_search.py 99.40% <ø> (ø)
sklearn_genetic/algorithms.py 100.00% <100.00%> (ø)
sklearn_genetic/callbacks.py 100.00% <100.00%> (ø)
sklearn_genetic/plots.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 a000e3c...d97ad6a. Read the comment docs.