rodrigo-arenas / Sklearn-genetic-opt

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

0.2.x #1

Closed rodrigo-arenas closed 3 years ago

rodrigo-arenas commented 3 years ago

Refactor the whole package using deap for evolutionary algorithms

codecov[bot] commented 3 years ago

Codecov Report

Merging #1 (432983f) into master (a05222a) will decrease coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
- Coverage   99.55%   99.41%   -0.15%     
==========================================
  Files           5        4       -1     
  Lines         227      170      -57     
==========================================
- Hits          226      169      -57     
  Misses          1        1              
Impacted Files Coverage Δ
sklearn_genetic/genetic_search.py 99.37% <100.00%> (-0.63%) :arrow_down:
sklearn_genetic/utils/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 a05222a...432983f. Read the comment docs.