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

Base Callback #23

Closed rodrigo-arenas closed 3 years ago

rodrigo-arenas commented 3 years ago

This PR implement the base class for all Callbakcs as specified in issue #10

codecov[bot] commented 3 years ago

Codecov Report

Merging #23 (8b2e200) into master (839334f) will increase coverage by 0.23%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   96.08%   96.32%   +0.23%     
==========================================
  Files          17       18       +1     
  Lines         537      544       +7     
==========================================
+ Hits          516      524       +8     
+ Misses         21       20       -1     
Impacted Files Coverage Δ
sklearn_genetic/genetic_search.py 99.41% <ø> (+0.58%) :arrow_up:
sklearn_genetic/callbacks/base.py 100.00% <100.00%> (ø)
sklearn_genetic/callbacks/early_stoppers.py 100.00% <100.00%> (ø)
sklearn_genetic/callbacks/loggers.py 100.00% <100.00%> (ø)
sklearn_genetic/callbacks/validations.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 839334f...8b2e200. Read the comment docs.